AlexMT
Posts: 26
Joined: Wed Jun 05, 2024 10:40 am

Azure Connected Machine Agent MSI Silent Install and Uninstall Parameters

For those of you needing to deploy Azure Connected Machine Agent across multiple machines, we list the silent install and uninstall commands which can be executed without user intervention, ensuring a clean and automated install or removal process for MSI or EXE installers, where available.

About: The Azure Connected Machine agent lets you manage Windows and Linux machines hosted outside of Azure, on your corporate network or other cloud providers.

Application Name: Azure Connected Machine Agent
Version: 1.57.03197.2516
Main Application Website URL: https://aka.ms/AzureConnectedMachineAgent

MSI Installer (Silent Install):

Code: Select all

msiexec /i  " AzureConnectedMachineAgent.msi" /qn /l*v <log_file_path>

MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {ProductCode} /qn /l*v <log_file_path>

Return to “Silent Install Command Line”