Categories
Technical

TechShort: PowerShell to Setup VPN Connections

Here is a way we can be consistent with our setup of VPN connections on computers. Using PowerShell this is made simple with a small script on a USB stick, network share or whatever method you choose to get the to the client machine The following is a one line PowerShell command: Add-VpnConnection -Name “VPN Connection Name” […]