> 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/rdm/de/knowledge-base/how-to-articles/it-asset-entry.md).

# IT-Asset-Eintrag

Der Eintrag ***IT Asset*** ist nützlich, um Informationen über eine große Anzahl von IT-Assets wie Computer, Monitore, Drucker und deren Status zu speichern.

### Einen IT-Asset-Eintrag erstellen

1. Erstellen Sie in Remote Desktop Manager einen neuen Eintrag.
2. Wählen Sie ***IT Asset Management***.
3. Wählen Sie den Typ des ***IT Asset***, das Sie auflisten möchten.
4. Klicken Sie auf ***Select***, um den Eintrag zu erstellen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6149.png" alt=""><figcaption></figcaption></figure>
5. Geben Sie die Informationen ein und klicken Sie auf ***Add***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6150.png" alt=""><figcaption></figcaption></figure>

Der Eintrag wird gespeichert.

### Besitzerverlauf

Sie können den Verlauf der Personen anzeigen, die einem Asset zuvor zugewiesen waren, einschließlich Start- und Enddatum.

1. Wählen Sie ***Owner History***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6194.png" alt=""><figcaption></figcaption></figure>
2. Das Fenster ***Owner History*** wird geöffnet.
3. Ein neues ***Owner History item*** kann durch Klicken auf ***Add (+)*** hinzugefügt werden.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6195.png" alt=""><figcaption></figcaption></figure>
4. Geben Sie das ***End date***, den ***Contact*** und die ***Note*** ein.
5. Klicken Sie auf ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6196.png" alt=""><figcaption></figcaption></figure>
6. Klicken Sie auf ***Save***, um den Besitzerverlauf zu speichern.

#### Siehe auch

* [Devolutions Academy - Asset Management](https://academy.devolutions.net/student/path/1925039/activity/2667189)
* [Devolutions Academy – Must-know features to boost productivity](https://academy.devolutions.net/student/page/3266674-must-know-features-to-boost-productivity?sid=66acc46b-f563-44e0-a318-00bfeaa0a374\&sid_i=0)


---

# 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/rdm/de/knowledge-base/how-to-articles/it-asset-entry.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.
