VPN
Overview
Version & Lifecycle
Community Notes
VPN – Command-line note
Use PowerShell’s Add-VpnConnection cmdlet to deploy Windows built-in VPN connections at scale for all users: Add-VpnConnection -Name "CorpVPN" -ServerAddress "vpn.corp.com" -TunnelType L2tp -AuthenticationMethod MSChapv2 -AllUserConnection -SplitTunneling -Force -PassThru. Follow with Set-VpnConnection -Name "CorpVPN" -EncryptionLevel Required and Add-VpnConnectionRoute -ConnectionName "CorpVPN" -DestinationPrefix "10.0.0.0/8" to configure authentication, split tunneling, and routes without UI interaction.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Packaging Notes
Official MSI installer for Windows; Linux RPM build available unofficially but not officially supported