I need to add route using powershell on a machine with Windows 7 installed.
But the command Add-VpnConnectionRoute
was added in Windows 10 only and don’t work in Windows 7.
How can I add route in Windows 7 ?
powershell Add-VpnConnectionRoute -ConnectionName "VPN-connection" -DestinationPrefix 172.16.0.0/12