Created
April 6, 2016 13:30
-
-
Save weipah/29070812fcc2a06d01697239b55209de to your computer and use it in GitHub Desktop.
Enable split-tunneling for a VPN connection on Windows 10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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