Advertisement
pulser_777

Untitled

Jun 15th, 2019
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Get-VpnConnection -Name VPN | Set-VpnConnection -SplitTunneling $true
  2. Get-VpnConnection -Name VPN | Add-VpnConnectionRoute -DestinationPrefix "192.168.0.0/16"
  3. Get-VpnConnection -Name VPN | Add-VpnConnectionRoute -DestinationPrefix "2001:0DB8:cafe::/56"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement