Deploy User Agent via GPO

Learn how to deploy the Kabeen native agent using Microsoft GPO

Download the Installation Package

Download the installation package available in MSI format from the Kabeen platform.

Navigate to the Agent Tracking menu, then click Download Package

Package download

Create the Distribution Point

For MSI deployment through GPO, the package must be shared on a network folder.

  1. Create a new network share on a server of your choice (file server or domain controller, for example).
  2. Grant read permissions to all domain users on this network share.
  3. Place the .msi file in this network share

Deploy the Package

  1. Create a GPO in "Group Policy Objects" and give it a name.
  2. From "Group Policy Management", create a new Package from User Configuration > Policies > Software Settings > Software Installation.
  3. Add the MSI file from the network share prepared above and choose the Assigned deployment mode.
  4. In the "Deployment" tab, check the box Install this application at logon
  5. Once the GPO is finalized, link the Policy to the desired OU (containing user accounts).

Configure Agent Settings

The Kabeen native agent takes its configuration from the registry.

This configuration authenticates the agent using a key and assigns the user to a specific Kabeen team.

  • In the Group Policy Management Editor, open User Configuration > Preferences > Windows Settings > Registry
  • Then, right-click on Registry and click New Key (x3).
  • Leave the action on Update

Hive: HKEY_CURRENT_USER

Path: SOFTWARE\Policies\Kabeen\Configuration

ValueTypeDescriptionData (Example)
ApiKeyREG_SZKabeen API Keykabeen-111-222-333
StructureREG_SZUser group UUIDxxxxxx-xxx-xxxx-xx
TeamREG_SZTeam UUIDyyyyyy-yyy-yyyy-yy
Registry configuration