> 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/knowledge-base/how-to-articles/import-computers-from-domain-user-providers-in-devolutions-server.md).

# Computer aus Domänenbenutzeranbietern in Devolutions Server importieren

Administratoren können Maschinen in ihre Privileged Access Management (PAM)-Tresore importieren, indem sie Active Directory-Provider und die Funktionen ***Kontoermittlungskonfigurationen*** verwenden.

{% hint style="info" %}
Um Maschinen in PAM-Tresore zu importieren, muss zuerst ein [Domänen-Provider](/pam/de/pam-with-devolutions-server/providers/managed-providers/domain-user-provider.md) unter ***Administration*** – ***Privilegierter Zugriff*** – ***Providers*** konfiguriert werden.
{% endhint %}

Hier sind die erforderlichen Schritte:

1. Gehen Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Kontoermittlungskonfigurationen***.

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

2. Fügen Sie entweder eine neue Kontoermittlungskonfiguration hinzu (***Add a new account discovery configuration***) oder bearbeiten Sie eine bestehende (***Edit***), sofern diese einen [Domänenbenutzer-Provider](/pam/de/pam-with-devolutions-server/providers/managed-providers/domain-user-provider.md) scannt.

   ![](https://cdnweb.devolutions.net/docs/DVLS4095_2024_3.png)
3. Aktivieren Sie im Fenster ***Account discovery configuration*** das Kontrollkästchen ***Include computers in scan*** und klicken Sie auf die Schaltfläche ***Browse domain containers***.

   ![](https://cdnweb.devolutions.net/docs/DVLS4096_2024_3.png)
4. Aktivieren Sie den Container ***Computers*** und klicken Sie auf ***Select***.

   ![](https://cdnweb.devolutions.net/docs/DVLS4097_2024_3.png)
5. Klicken Sie auf ***Ok*** und drücken Sie die Schaltfläche ***Start***, um die neu erstellte/bearbeitete Kontoermittlungskonfiguration zu starten.

   ![](https://cdnweb.devolutions.net/docs/DVLS4098_2024_3.png)
6. Klicken Sie entweder auf die Schaltfläche ***View result*** oder auf die Zahl in der Spalte ***Results***. Aktivieren Sie dann das Kontrollkästchen neben den Computern, die Sie importieren möchten, und klicken Sie auf die Schaltfläche ***Import selected computers***.

   ![](https://cdnweb.devolutions.net/docs/DVLS4100_2024_3.png)
7. Wählen Sie den PAM-Tresor aus, in den die Computer importiert werden sollen, und klicken Sie auf ***Ok***.

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

Die Maschinen sollten dem PAM-Tresor in Form von Einträgen hinzugefügt werden.


---

# 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/knowledge-base/how-to-articles/import-computers-from-domain-user-providers-in-devolutions-server.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.
