Hi,
We have previously deployed per user VPN connections to users either manually, or by using a login powershell script to deploy a VPN connection in a users context.
I would like to remove these per user connections, and deploy a global VPN connection using the -AllUsersConnection switch for Add-VpnConnection. This switch requires admin privileges, so amending the existing login script with this switch isn't going to work.
Is there any way I can push this connection via group policy any way, to save me having to do this manually?
Many thanks
James