AWS VPN Client for Windows Deploy with Intune

This article will guide you through installing the AWS VPN Client for Windows via Intune. The AWS version used in this article is 4.0.0

Download Link:
https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html

Things to consider during the packaging of applications

Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: AWS_VPN_Client.msi
Please specify the output folder: [OUTPUT_APP_PACKAGE_FOLDER_NAME]

(Refer Win32 Packaging Instructions: https://sysopsinsiders.com/packaging-win32-app-for-intune-upload)

Uploading and Deploying AWS VPN Client Win32 Package into Intune

Login to Microsoft Intune Admin Center: https://intune.microsoft.com/

Upload the AWS_VPN_Client.intunewin win32 file

I have mentioned only the following parameters during the deployment process. Other settings are almost similar for every application, or you can set them as required. Make sure the following parameters, such as Install, Uninstall, and Detection Rules, are set for this application.

ParametersCommand / Value
Install Command (silent)msiexec /i "AWS_VPN_Client.msi" /qn
(Leave this default)
Uninstall Command (silent)msiexec /x "{597A89E3-C473-4917-B0E2-6968A42E538B}" /qn
(Leave this default)
Detection RulesRules format - Manually configure detection rules

Add Rule Type -
MSI
MSI product code - {597A89E3-C473-4917-B0E2-6968A42E538B}
MSI product version check - No

(Leave this default)

 

 Refer to the complete instructions provided regarding uploading and deploying the win32 App to Intune from the link below
https://sysopsinsiders.com/upload-and-deploy-win32-application-using-microsoft-intune/

Leave a Reply

Your email address will not be published. Required fields are marked *