Forum Discussion
DrCyberg
Jul 29, 2023Copper Contributor
VPN Setup Problem on Windows 10 Pro
Hi Masters! I wanted to configure the VPN profile with https://github.com/paulstancer/VPNCredentialsHelper via the Powershell, but the rasdial it says the following error on Windows 10 Pro 22H2: ...
mprasannaos
Dec 06, 2023Copper Contributor
May be try this, this may be helpfull to you too..
Once you have a named vpn "connection" you should be able to:
(With older rasdial that didn't require username/password args:)
rasdial your-vpn-connection-name
(Newer rasdial which requires username and password, which you saved or intended to save to the system:)
rasdial your-vpn-connection-name '' ''
Hope this helps. Good luck!
Once you have a named vpn "connection" you should be able to:
(With older rasdial that didn't require username/password args:)
rasdial your-vpn-connection-name
(Newer rasdial which requires username and password, which you saved or intended to save to the system:)
rasdial your-vpn-connection-name '' ''
Hope this helps. Good luck!