Install SCOM agent without APM

I've never had a need to install the APM component of an agent - it installs by default running it manually (and possible pushing from console?).

This command will install without APM:

msiexec.exe /i MOMAgent.msi /qb /l* LOG_FILE USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=MGMT_GROUP_NAME MANAGEMENT_SERVER_DNS=MGMT_SERVER ENABLE_ERROR_REPORTING=0 ACTIONS_USE_COMPUTER_ACCOUNT=1 USE_MANUALLY_SPECIFIED_SETTINGS=1 NOAPM=1 AcceptEndUserLicenseAgreement=1

Comments