> 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/winrm-services-configuration.md).

# WinRM Services Configuration

Use Domain Group Policy to apply these settings to multiple windows machines.

![Figure 1: Group Policy Management](/files/5u7e4l1qQqP6arXF2X43)

If configuring manually, run the following commands on each monitored machine:

1. Make sure WinRM is enabled. Run the following command:

```
winrm quickconfig
```

![Figure 2: WinRM QuickConfig Command](/files/GU5lSrQdshNMQDtFLJuQ)

2. Enable **AllowUnencrypted**. Run the following command:

```
winrm set winrm/config/service @{AllowUnencrypted="true"}
```

![Figure 3: AllowUncrypted Command](/files/CvzLxo1DlmJkfiZRKRLi)

3. Add **Gateway** host to WinRM trusted hosts. Run the following command:

```
winrm set winrm/config/client @{TrustedHosts="<Gateway Host 1>,<Gateway Host 2>,..."}
```

Please make sure the failover Gateway Host (when configured) is included.

![Figure 4: Add Gateway Host Command](/files/E5ntgJkpPuxAjIIURxEs)

4. Enable **Basic Authentication**. (Optional)

If the monitored Windows host is a standalone computer (not part of a Domain), the Basic authentication must be enabled. Run the following command:

```
winrm set winrm/config/service/auth @{Basic="true"}
```

![Figure 5: Enable Basic Authentication Command](/files/Lm0LpFlrjbJWTIIddVpV)

5. Verify if WinRM is running by opening Services.msc

![Figure 6: Services Window](/files/19qOj8ridCURf2GJhBzG)


---

# 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/winrm-services-configuration.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.
