This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos Windows 10 UWP VPN plug-in ?

Is there any chance of getting a Sophos VPN Plugin for the native windows VPN client in the future ?

this would solve all the deployment and password saving issues that we face with the legacy client.

Here is an example of how easy deployment is with a plugin to the built in 

Add-AppxPackage -Path "C:\VPN.Appx"
$xml = "<MobileConnect><Port>4433</Port></MobileConnect>"
$sourceXml=New-Object System.Xml.XmlDocument
$sourceXml.LoadXml($xml)
Add-VpnConnection -Name "Work Network" -ServerAddress https://vpn.work.com:4433 -PluginApplicationID SonicWall.MobileConnect_cw5n1h2txyewy -CustomConfiguration $sourceXml -RememberCredential $true


You can even configure the VPN connection to be always on and therefore completely transparent to the user.

 

https://docs.microsoft.com/en-us/previous-versions/windows/desktop/vpnclientpsprov/thirdpartyvpnconnection

https://docs.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/always-on-vpn-enhancements



This thread was automatically locked due to age.
Parents Reply Children
No Data