> 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/de/pam-with-devolutions-server/getting-started/create-and-run-an-account-discovery-configuration.md).

# Erstellen und Ausführen einer Kontoerkennungskonfiguration

Eine Kontoerkennungskonfiguration ist eine Reihe von Anweisungen, die festlegen, welcher Anbieter verwendet werden soll, zusammen mit einem optionalen Wiederholungszeitplan für die periodische Ausführung der Kontoerkennungsaktion für diesen Anbieter.

1. Um alle vorhandenen Kontoerkennungskonfigurationen zu verwalten und neue zu erstellen, navigieren Sie zu ***Administration – Privilegierter Zugriff – Kontoerkennungskonfigurationen***. Um eine neue Kontoerkennungskonfiguration zu erstellen, klicken Sie auf die Schaltfläche ***Eine neue Kontoerkennungskonfiguration hinzufügen***.

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

2. Kontoerkennungskonfigurationen können sowohl auf verwaltete als auch auf benutzerdefinierte PAM-Anbieter angewendet werden. Hier kann eine der beiden Optionen gewählt werden.

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

3. Wählen Sie einen Anbieter aus, wählen Sie einen ***Namen*** dafür und klicken Sie dann auf ***OK***.

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

{% hint style="success" %}
Auch wenn einer Kontoerkennungskonfiguration ein beliebiger Name zugewiesen werden kann, wird empfohlen, sie nach dem zugehörigen Anbieter zu benennen.
{% endhint %}

Beim Erstellen der Kontoerkennungskonfiguration wird ein Auftrag in die Warteschlange gestellt, was durch ein Sanduhr-Symbol daneben angezeigt wird. Der Auftrag wird vom Devolutions Server Windows-Dienst auf dem Devolutions Server-Host geplant. Je nach Auftragsstau kann dieser Vorgang einige Minuten dauern.

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

Sobald der Auftrag abgeschlossen ist, zeigt der Status ein grünes Häkchen an und die Ergebnisse werden angezeigt.

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

Jedes Ergebnis stellt ein Konto dar, das die Kontoerkennungsaktion gefunden hat. Wenn in diesem Stadium Ergebnisse sichtbar sind und diese mit dem übereinstimmen, was die Kontoerkennungsaktion zurückgegeben hat, deutet dies darauf hin, dass die Kontoerkennungsaktion korrekt funktioniert.

Durch Klicken auf die Ergebnisse können Sie alle von der Kontoerkennungsaktion identifizierten Konten anzeigen.

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

{% hint style="info" %}
Weitere Informationen finden Sie unter [Kontoerkennungskonfigurationen](/pam/de/pam-with-devolutions-server/account-discovery-configurations.md).
{% endhint %}

### Siehe auch

* [Konten aus einer Kontoerkennungskonfiguration importieren](/pam/de/pam-with-devolutions-server/getting-started/import-accounts-from-an-account-discovery-configuration.md)
* [Computer von Domänenbenutzer-Anbietern in Devolutions Server importieren](/pam/de/knowledge-base/how-to-articles/import-computers-from-domain-user-providers-in-devolutions-server.md)


---

# 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.devolutions.net/pam/de/pam-with-devolutions-server/getting-started/create-and-run-an-account-discovery-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.
