> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/windows-user-provider.md).

# Windows user provider

The ***Windows user*** provider allows Devolutions Server to store the Windows account credentials to be used for Windows local accounts discovery or to achieve password rotation. See the [Create Windows user provider](https://docs.devolutions.net/pam/kb/how-to-articles/create-windows-users-provider/) knowledge base article for more information on its configuration.

{% hint style="info" %}

* The [scheduler service](https://docs.devolutions.net/server/kb/knowledge-base/scheduler-service-general-information/) must be installed and running to use this feature.
* If you use a different administrator than the default built-in one, you need to disable the "User Account Control: Admin Approval Mode for the Built-in Administrator account" policy. See Microsoft's article for more information: [Description of User Account Control and remote restrictions in Windows Vista](https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/user-account-control-and-remote-restriction#how-to-disable-uac-remote-restrictions).
  {% endhint %}

![](https://cdnweb.devolutions.net/docs/DVLS4105_2024_3.png)

### General

| Option      | Description                           |
| ----------- | ------------------------------------- |
| Name        | Display name of the provider.         |
| Description | Optional description of the provider. |

### Host

| Option        | Description                           |
| ------------- | ------------------------------------- |
| Computer name | Computer name of the Windows machine. |

### Credentials

| Option                 | Description                                                         |
| ---------------------- | ------------------------------------------------------------------- |
| Credential type        | ***Custom credential*** or ***Linked credential*** options.         |
| Username               | Username of the Windows local account with rights to list accounts. |
| Password               | Password of the Windows local account.                              |
| Linked credential      | Credential directly linked to a PAM account.                        |
| Enable CredSSP support | Protocol for delegating credentials to target server.               |

### Actions

| Option                                        | Description                                                            |
| --------------------------------------------- | ---------------------------------------------------------------------- |
| Add PAM vault                                 | Will create a PAM vault with the provider's name if enabled.           |
| **Add a new account discovery configuration** | Will open the ***Account discovery configuration*** dialog if enabled. |

### Password settings

| Option                               | Description                                                                                       |
| ------------------------------------ | ------------------------------------------------------------------------------------------------- |
| Password template used on generation | Password template that will be used to generate the password during the reset password operation. |


---

# 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:

```
GET https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/windows-user-provider.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.
