> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/monitoring/infrastructure/os/windows-system/winrm-adapter-configuration/wmi-namespace-access.md).

# WMI Namespace Access

### Configure WMI Namespace Access

WMI Namespace access configuration is not supported in the Domain Group Policy and has to be configured on each monitored machine.

1\. From the Computer Management console, expand **Services and Applications**.

2\. Right-click on **WMI Control** and click **Properties** to access WMI configuration.

![Figure 1: WMI Control Properties](/files/hFrQg9PqGv06dEKJ32hQ)

3\. Open the **Security** tab and select the **CIMV2** namespace.

4\. Click on **Security** to choose which user or group will be granted access.

![Figure 2: WMI Control Properties - Security Tab](/files/zszYCkbrn8YvXj1ArZLa)

5\. In the Security dialog box, click **Add.**

6\. In the Select Users, Computers, or Groups dialog box, enter the object's name (user or group) you want to add and click **OK**.

7\. Click **Advanced** to open the Advanced Security Settings dialog box.

![Figure 3: Advanced Security Settings](/files/N8IJ8ardRj3dgEiEOGBq)

8\. In the **Permissions** tab, select the desired user from the Permissions entries and click **Edit**.

![Figure 4: Advanced Security Settings - Permissions Tab](/files/1BWdL2Wr6hBmIZKNI8eZ)

9\. Set the following details:

* **Type** - Set to "Allow".
* **Applies to** - Set to "This namespace and subnamespaces".
* **Permissions** - tick the "Execute Methods", "Enable Account", and "Remote Enable".

![Figure 5: Permission Entry](/files/w1MgL4tnlOYWZLhuhdSR)

10\. Click **OK** to close all windows and apply the changed settings.

{% hint style="info" %}
**Note:** See [Authorize WMI users](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc771551\(v=ws.11\)) and set permissions for more details.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.itconductor.com/user-guide/monitoring/infrastructure/os/windows-system/winrm-adapter-configuration/wmi-namespace-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
