Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The System Center Configuration Manager (SCCM) uses Windows Server Update Services to deliver software.

Manually create software delivery policies by doing the following steps:

  1. Go to Software Download and download the Bundled Arellia Agents installer.
  2. Open SMP and SCCM and create a new software delivery package for each MSI file.
  3. The Arellia Agent installation command lines are:
    msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qn 
    msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qn
    msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn  
    msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn
    msiexec.exe /i "ArelliaAgent_x64_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn 
    msiexec.exe /i "ArelliaAgent_x86_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn 
     

    Tip
    titleNote

    If you forget to set the AMSURL to your Arellia Management Server during install, then use this command to set the server address.

  4. Roll out the software delivery packages to endpoints.

SCCM 2012 R2 Installation Guide