Skip to content

Instantly share code, notes, and snippets.

@weipah
Created April 6, 2016 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weipah/29070812fcc2a06d01697239b55209de to your computer and use it in GitHub Desktop.
Save weipah/29070812fcc2a06d01697239b55209de to your computer and use it in GitHub Desktop.
Enable split-tunneling for a VPN connection on Windows 10
# List all VPN connections
Get-VPNConnection
# Enable split-tunneling for a specific connection
Set-VPNConnection -name "<see list>" -SplitTunneling $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment