# Install Endpoint Agents for Windows via Group Policy

## Requirements

* A shared network drive
* Endpoint agent accessible via installed network drive
* Ability to create Group Policy Objects in Active Directory

## Process

### Recommendations

It is recommended to not create a single GPO to join multiple configurations, mainly for user flexibility. You can easily upgrade a GPO geared towards IE without editing Google Chrome GPO, or vice--versa.

This documentation was done under Windows Server 2012

## MSI Installer via GPO

1. Open up Group Policy Management
2. Create a group policy with the appropriate name. In this example, we will use “TE-Endpoint-Agent\_MSI\_Installer”

   ![](/files/-M5xtUUfBFCiUab389sc)
3. Right-click the newly created GPO and select Edit
4. Expand till you reach:\
   **Computer Configuration\Policies\Software Settings\Software Installation**

   ![](/files/-M5xtUUoKW82yU3SKJCo)
5. Right click the right-pane and select “**New > Package”**

   ![](/files/-M5xtUUs05tgCD_7j_2z)
6. Navigate to your network share where the installer is available for all users
7. Double Click the MSI file
8. On the “Deploy Software” window, leave the selection of “Assigned” and click Ok

If you run into the message “There is no software installation data object in the Active Directory” please verify that your file permissions on the network share are setup properly.

To instructions to install the Browser Extensions via the GPO, refer [here](https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents/installing/install-browser-extension-via-group-policy).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents/installing/install-endpoint-agent-for-windows-via-group-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
