How do I install the Altiris Agent using Active Directory Group Policies?
ITMS 8.x
To install the Altiris Agent to computers and automatically configure it using a Group Policy, the Altiris Agent installation service requires parameters to specify the Notification Server to download and report to once the Altiris Agent is installed. Using the MsiExec.exe, you can create an Administrative Install containing the required public properties.
Because the software is installed according to the computers on the network and not the users of those computers , the Altiris Agent software should be assigned to the Computer Configuration section of the Group Policy Object to:
Installation using Active Directory Group Policy Objects should be performed according to your installed Microsoft Windows version documentation. We recommend creating organizational units (OUs) to contain the computers you will be deploying the Altiris Agent to.
For information on this process, see the following Microsoft KB Article:
Use Group Policy to remotely install software
Step 1—Create the Administrative Install
At \\nsserver\NSCap\Bin\Win32\X86\NS Client Installation enter the following path and your required public properties:
msiexec /a <path to AeXNSCInstSvc.msi> [MSI Public Properties]
For information on MSI Public Properties, see the following table.
MSI Public Property |
Description |
NS |
Name of the Notification Server the Altiris Agent will report to (without leading \\). This argument is required. |
NS_WEB |
(Optional) Specifies the Notification Server Web the Altiris Agent connects to. http://NSName/Altiris, by default. |
SOURCE_URL |
URL used to download AEXNSC. By default, its retrieved from the Notification Server. |
AGENT_PARAMS |
Altiris Agent parameters in AexSVCInstSvc that can be passed to AEXNSC.EXE:
|
SERVICE_PARAMS |
Parameters that can be passed to AexSVCInstSvc:
|
Step 2—Create a file share to distribute the Install Service
Put the Administrative Install on a share available to all target computers. See the following Microsoft article:
https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/278472
Step 3—Create the AD Group Policy
Step 4—Add computers to Target Organizational Unit
Add target computers to the new Organizational Unit with the Altiris Agent GPO applied. For older versions of Microsoft Windows it may be necessary to enable the Always wait for the network at computer startup and logon policy if the package deployment is required at logon. For information, see the following Microsoft KB article:
The Administrative Install is downloaded from the file share and the Altiris Agent install executable is 'trickle' downloaded from the /NScap share on the Notification Server itself.