Install the Windows Managed Agent onto an image for mass deployments
You can pre-install the 247connect Windows Managed Agent onto a PC image so it’s already present when the image is deployed. This is ideal for mass deployments where the Agent machines may be located across different
To avoid applying the same configuration to every machine, install the Managed Agent with a blank configuration. You can then apply the 247connect account configuration post-deployment using methods such as Group Policy with ADMX templates.
Install the 247connect Managed Agent with a blank configuration
Use one of the following install commands to install the Managed Agent without applying configuration or starting the service:
MSI installer
msiexec /i “C:\Installers\setup.msi” /qn INSTALLTYPE=IMAGE
EXE installer
“C:\Installers\setup.exe” /s /v”/qn INSTALLTYPE=IMAGE”
These commands install the 247connect Managed Agent without starting the service or applying any settings. The Managed Agent remains dormant until it receives its configuration after deployment.
See also:
Configure the Windows Managed Agent using Microsoft Intune
Configure the Windows Managed Agent using Group Policy