Under your Examples in the New-AovpnConnection.ps1 script the "AllUserConnection" (Line 24) and "DeviceTunnel" (Line 29) are missing the closing apostrophe on the "-xmlFilePath".
Code block with closing apostrophe:
.EXAMPLE
.\New-AovpnConnection.ps1 -xmlFilePath 'C:\Users\rdeckard\desktop\ProfileXML_User.xml' -ProfileName 'Always On VPN' -AllUserConnection
Creates an Always On VPN user tunnel profile named "Always On VPN" for all users.
.EXAMPLE
.\New-AovpnConnection.ps1 -xmlFilePath 'C:\Users\rdeckard\desktop\ProfileXML_Device.xml' -DeviceTunnel
Creates an Always On VPN device tunnel profile named "Always On VPN Device Tunnel".
Hello Richard,
Under your Examples in the New-AovpnConnection.ps1 script the "AllUserConnection" (Line 24) and "DeviceTunnel" (Line 29) are missing the closing apostrophe on the "-xmlFilePath".
Code block with closing apostrophe:
Thanks for your great work! Mitch