In this case, we can manually run and install the script on the Active Roles server by following these steps:
1. Verify that there are agents deployed on all DCs used by your Active Roles servers and that there are no existing Change Auditor integration scripts and policies that could interfere with this manual deployment.
2. On the coordinator host, open up Windows File Explorer and go to:
C:\Program Files\Quest\ChangeAuditor\Service\Integration\ActiveRoles
Copy the entire "ActiveRoles" folder to the Active Roles server.
3. On the Active Roles Server, open the copied folder and edit the "Install_CA_ARS_Script.ps1" file: Modify the value of the "installation name" to match your CA environment on the following line if the default is not being used:
$DEFAULT_CA_INSTALLATION = "MY_INSTALLATION_NAME"
(i.e. $DEFAULT_CA_INSTALLATION = "DEFAULT")
4. Save the changes and run the PowerShell script as an administrator using a user account context that is an administrator on both Active Roles and Change Auditor, or the deployment script will not work.