...
Once installed, launch the client, press the
plus symbol in the lower left corner and choose Import from the provided options.
Use the XML file provided below to import the SU VPN settings:
Save the newly imported settings.
Click Connect to start the VPN connection.
You might be prompted to authenticate to the VPN using your Microsoft MFA credentials (your SUMail email address and current NetID password). Follow the on-screen instructions for your device.
"When prompted to "Stay signed Automatically sign in to all your desktops apps...", uncheck ‘Allow “Allow my organization to manage my device’device” and choose No, sign in to choose “No, this app only."
...
Congratulations! You are now connected to the Azure VPN.
...
Close Azure VPN.
Open a command prompt as Admin.
Right click the Start button and choose “Run.”
...
Type cmd into the box and then press Ctrl+Shift+Enter on your keyboard. Do NOT click the OK button.
...
You should see a command prompt window that says Administrator in the title bar. Type the following and press enter after each line:
sc config wanarp start= auto
sc start wanarp
...