I've been working on creating a VPN connection VIA Powershell
Add-VPNConnection –Name “VPN” –ServerAddress 000.000.000.000 –TunnelType Automatic –EncryptionLevel Maximum –AllUserConnection –UseWinLogonCredential
(server Address is obviously masked above)
I want to also set the Register This Connection's Addresses in DNS to true (Ticked)
Does anyone know of a powershell script that can do this for this specific network connection?
Thanks