> 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/knowledge-base-articles/system-information-report-wmi-commands.md).

# WMI-Befehle für Systeminformationsberichte

Hier sind die **WMI-Befehle**, die vom **Eintrag Systeminformationsbericht** in Remote Desktop Manager verwendet werden.

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

<table data-header-hidden><thead><tr><th width="183.60003662109375"></th><th></th></tr></thead><tbody><tr><td><strong>Logische Laufwerke</strong></td><td>Führen Sie die WMI-Abfrage "Select * from Win32_LogicalDisk" aus und filtern Sie dann das Ergebnis.</td></tr><tr><td><strong>Netzwerkadapter</strong></td><td>Führen Sie die WMI-Abfrage "Select * from Win32_NetworkAdapterConfiguration" aus und filtern Sie dann das Ergebnis.</td></tr><tr><td><strong>Produkte</strong></td><td><p>Suchen Sie in den folgenden Registrierungsschlüsseln über WMI mit der Klasse StdRegProv nach der installierten Software.</p><ul><li><p>In <strong>HKEY_LOCAL_MACHINE</strong>:</p><ul><li>Software\Microsoft\Windows\CurrentVersion\Uninstall</li><li>Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall</li><li>Software\Classes\Installer\Products</li></ul></li><li><p>In <strong>HKEY_CURRENT_USER</strong>:</p><ul><li>&#x3C;USER SID>\Software\Microsoft\Windows\CurrentVersion</li><li>&#x3C;USER SID>\Software\Microsoft\Installer\Products</li><li>Alle erforderlichen Informationen für die Produktliste sind in diesen Registrierungsschlüsseln enthalten.</li></ul></li></ul></td></tr><tr><td><strong>System</strong></td><td><p>Die Systemeinstellung enthält mehrere verschiedene Aufrufe über WMI.</p><ul><li><strong>BIOS-Informationen</strong>: Rufen Sie die Informationen in der Klasse Win32_Bios ab.</li><li><strong>TPM-Informationen</strong>: Rufen Sie die Informationen in der Klasse Win32_Tpm ab.</li><li><strong>CDRom-Informationen</strong>: Führen Sie die Abfrage "SELECT * FROM Win32_CDROMDrive" aus und filtern Sie dann das Ergebnis.</li><li><strong>Computersysteminformationen:</strong> Rufen Sie die Klasse Win32_ComputerSystem ab</li><li><strong>Speicherinformationen:</strong> Führen Sie die Abfrage "SELECT * FROM Win32_PhysicalMemory" aus und filtern Sie dann das Ergebnis.</li><li><strong>Monitorinformationen:</strong> Führen Sie die Abfrage "SELECT * FROM Win32_DesktopMonitor" aus und filtern Sie dann das Ergebnis.</li><li><strong>Motherboard-Informationen:</strong> Führen Sie die Abfrage "SELECT * FROM Win32_BaseBoard" aus und filtern Sie dann das Ergebnis.</li><li><strong>Prozessorinformationen:</strong> Führen Sie die Abfrage "SELECT * FROM Win32_Processor" aus und filtern Sie dann das Ergebnis.</li><li><strong>Soundgeräte-Informationen</strong>: Führen Sie die Abfrage "SELECT * FROM Win32_SoundDevice" aus und filtern Sie dann das Ergebnis.</li><li><strong>Videocontroller-Informationen:</strong> Führen Sie die Abfrage "SELECT * FROM Win32_VideoController" aus und filtern Sie dann das Ergebnis.</li><li><p><strong>Informationen zu sonstigen Geräten</strong>: Führen Sie die folgenden Abfragen aus und filtern Sie die Ergebnisse:</p><ul><li>"SELECT * FROM Win32_Keyboard"</li><li>"SELECT * FROM Win32_PointingDevice"</li></ul></li><li><p><strong>Betriebssysteminformationen</strong>:</p><ul><li>Rufen Sie für die Haupt-OS-Version die Klasse Win32_OperatingSystem ab.</li><li>Verwenden Sie für die Build-Version die Klasse StdRegProv, um auf den Registrierungsschlüssel SOFTWARE\Microsoft\Windows NT\CurrentVersion zuzugreifen und die Version zu prüfen.</li></ul></li><li><strong>Antivirus</strong>: Wir wechseln in den WMI-Kontext SecurityCenter2 und rufen dann die Informationen aus der Klasse AntivirusProduct ab.</li></ul></td></tr><tr><td><strong>Lokale Konten</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_Account" aus und filtern Sie dann das Ergebnis.</td></tr><tr><td><strong>Drucker</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_Printer" aus und filtern Sie dann das Ergebnis.</td></tr><tr><td><strong>Dienste</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_Service" aus und filtern Sie dann die Ergebnisse.</td></tr><tr><td><strong>Freigaben</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_Share" aus und filtern Sie dann das Ergebnis.</td></tr><tr><td><strong>Startup</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_StartupCommand where User != '.DEFAULT' and User != 'NT AUTHORITY\SYSTEM'" aus und filtern Sie dann die Ergebnisse.</td></tr><tr><td><strong>Windows-Hotfixes</strong></td><td>Führen Sie die Abfrage "SELECT * FROM Win32_QuickFixEngineering" aus und filtern Sie dann das Ergebnis.</td></tr></tbody></table>


---

# 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/knowledge-base-articles/system-information-report-wmi-commands.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.
