Quick and Simple Way to create a VPN in Windows 8 via PowerShell

Here is a quick and simple way to create a VPN in Windows 8 via PowerShell

Details of VPN

  • Name – Risual VPN
  • Internet Address – test.vpn.com

To create the above run the below in PowerShell

add-vpnconnection -Name Test -ServerAddress test.vpn.com

About the author