Deploy Software via Group Policy (GPO) (incomplete)

Introduction

Deploy Software via Group Policy (GPO) is a method used in Windows Active Directory (AD) environments to automatically install, update, or remove software on computers or for users centrally and silently, without manual installation on each machine. It’s mainly handled by Group Policy Objects (GPOs) through Microsoft Installer (MSI) packages.

Open the Windows Server Device:

image.png

image.png

After you clicked the Computer, New Object - Computer window displayed.

Click "OK" once done and you will see the TSR-Deployment added on the Active Directory Users and Computers.

image.png

image.png

image.png

image.png

 

Creating a UNC Path for Software Folders

To ensure domain-joined computers can access the AQUILA EDR ZIP file package and folder for centralizing logs, create a shared network folder and configure appropriate permissions.

  1. Create a ZIP Folder
    • On a file server, create a folder (e.g., C:\ZIP).
    • Copy the edr-agent-8.18.1-windows-x86_64.zip file into this folder.
  2. Enable Folder Sharing
    • Right-click the ZIP folder and select Properties.
    • Navigate to the Sharing tab and click Advanced Sharing.

      image.png


    • Check the box Share this folder.

      image.png

  3. Set Permissions
    • Click Permissions
    • Grant the Read permission to Domain Computers.

    • Grant the Full Control permission to Domain Admins

      image.png
    • Also, in the Security tab, grant the Read & execute permission to Domain Computers and Full control permission to Domain Admins.

      image.png

    • Save the network share path

      image.png

  4. Open the shared folder on the User domain logged in.
    • Use windows + R or search run on the windows search

      image.png

    • Type the Shared Folder path, e.g. (\\ServerPath)
      • Open the specified folder where the software are inputtedimage.png

        image.png


Revision #3
Created 10 January 2026 17:22:56
Updated 10 January 2026 23:35:24