AOVPN doesn’t always reconnect - here’s how I remediated it.

Always On VPN is, let’s face it, not all it’s cracked up to be. Even at this late stage in the game it has many issues and simply is not (in my opinion) as robust as Direct Access.

One issue our users have found is that if their Internet connection ‘breaks’ for any reason and AOVPN disconnects, say through a ropey Internet connection, waking up from sleep or hibernation or any other edge-case scenario that causes AOVPN to disconnect, then it’s more than probable AOVPN will not auto-reconnect. At least, not in any reasonable time.

Not really living up to it’s name.

As usual, it falls to us lowly administrators to try and mitigate these issues as best as we can, and to that end, I wrote a Powershell script that tries to do just that.

The script is intended to be run as a Scheduled Task. I have the task triggers set to event ID’s such as waking from sleep \ hibernation, if the network connection drops then re-establishes etc etc.

The script first checks to see if the disconnected device is on the corporate LAN, as if it is, I don’t want the script to try and connect to AOVPN.

If the device is not on the corporate LAN and AOVPN is not connected, then try to connect a predetermined number of times before giving up.

The number of times it tries to reconnect is a configurable parameter that can also be set to ‘never stop, never stopping’ by setting the -ConnectionAttempts parameter to 0.

The Script:

Start-AOVPN can be found in my GitHub repo here.

The script has full comment-based help so make sure you have a read-through of it.


“Understanding Microsoft Intune: Deploying Applications Using PowerShell” is available for purchase at all good book stores and online outlets. Don’t miss out on the opportunity to take your application deployment skills to the next level. Get your copy today!

Amazon.co.uk

Amazon.com

Apress