Active Directory GPO

Deploy We360.ai agent via Active Directory GPO — mass Windows endpoint deployment using Group Policy for employee monitoring.

Machines bound to an Active Directory domain can have the MyZen agents installed via Group Policy, allowing administrators to deploy across their entire network without touching individual machines.

Step 1: Create a Distribution Point

  1. Log on to the domain server as an Administrator.

  2. Create a shared network folder (this will hold the MSI package).

  3. Set share permissions to allow read access for the computers/groups that need the agent.

  4. Copy the MyZen MSI file into this shared folder.

    • Download the MSI file from the We360.ai admin portal for silent deployment.

Step 2: Create a Group Policy Object

  1. Open Active Directory Users and Computers (Start > Programs > Administrative Tools).

  2. Right-click your domain name and select Properties.

  3. Select the Group Policy tab and click New.

  4. Name the policy (e.g. We360 Agent).

  5. Click Properties, select the Security tab.

  6. Enable the Apply Group Policy checkbox only for the groups to which this policy should apply.

  7. Click OK.

Step 3.1: MSI - Assign the MSI Package

The agent should be assigned on a per-machine basis so it installs silently at machine startup.

  1. Open Active Directory Users and Computers.

  2. Right-click your domain name and select Properties.

  3. Go to the Group Policy tab, select the GPO you created, and click Edit.

  4. Expand Computer Configuration > Software Settings.

  5. Right-click Software Installation, select New > Package.

  6. In the Open dialog, enter the full UNC path to the MSI in the shared folder (e.g. \\server\share\<installer>.msi).

  7. Click Open.

  8. Select Assigned and click OK.

    • Alternatively, select Published to make the app available for all users under the AD UNC.

  9. Close the Group Policy snap-in and exit Active Directory Users and Computers.

Step 3.2: Via Powershell

  • Please download the EXE installer from the portal

  • Please download the powershell install helper script from here.

  • Please replace the $DownloadUrl variable in the script with the correct exe URL from here.

  • If installing stealth app, please rename the $InstallerName variable to your downloaded exe name (along with .exe) part.

  • Add this powershell script in startup scripts. You can also run this script directly via Group Policy.

For debugging failed installations etc, please see Command Line / MSI / EXEfor more details

What Happens Next

  • When a client computer starts or restarts, Active Directory synchronises and the assigned package installs automatically.

  • The installation is silent; no user interaction is required.

  • MyZen will begin operating in Stealth mode (if the Stealth MSI was used) after the next user login. For instant start, please use the powershell script path or EXE installer via other MDM tools / manually.

Last updated

Was this helpful?