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

# Comandi WMI del report delle informazioni di sistema

Di seguito sono riportati i **comandi WMI** utilizzati dalla **voce Report informazioni di sistema** in Remote Desktop Manager.

<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>Unità logiche</strong></td><td>Esegue la query WMI "Select * from Win32_LogicalDisk" e poi filtra il risultato.</td></tr><tr><td><strong>Schede di rete</strong></td><td>Esegue la query WMI "Select * from Win32_NetworkAdapterConfiguration" e poi filtra il risultato.</td></tr><tr><td><strong>Prodotti</strong></td><td><p>Cerca nelle seguenti chiavi di registro il software installato tramite WMI utilizzando la classe StdRegProv.</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>Tutte le informazioni necessarie per l'elenco dei prodotti sono contenute in queste chiavi di registro.</li></ul></li></ul></td></tr><tr><td><strong>Sistema</strong></td><td><p>L'impostazione di sistema comprende diverse chiamate tramite WMI.</p><ul><li><strong>Informazioni BIOS</strong>: recupera le informazioni nella classe Win32_Bios.</li><li><strong>Informazioni TPM</strong>: recupera le informazioni nella classe Win32_Tpm.</li><li><strong>Informazioni CDRom</strong>: esegue la query "SELECT * FROM Win32_CDROMDrive" e poi filtra il risultato.</li><li><strong>Informazioni sul sistema del computer:</strong> recupera la classe Win32_ComputerSystem</li><li><strong>Informazioni sulla memoria:</strong> esegue la query "SELECT * FROM Win32_PhysicalMemory" e poi filtra il risultato.</li><li><strong>Informazioni sul monitor:</strong> esegue la query "SELECT * FROM Win32_DesktopMonitor" e poi filtra il risultato.</li><li><strong>Informazioni sulla scheda madre:</strong> esegue la query "SELECT * FROM Win32_BaseBoard" e poi filtra il risultato.</li><li><strong>Informazioni sul processore:</strong> esegue la query "SELECT * FROM Win32_Processor" e poi filtra il risultato.</li><li><strong>Informazioni sul dispositivo audio</strong>: esegue la query "SELECT * FROM Win32_SoundDevice" e poi filtra il risultato.</li><li><strong>Informazioni sul controller video:</strong> esegue la query "SELECT * FROM Win32_VideoController" e poi filtra il risultato.</li><li><p><strong>Informazioni su altri dispositivi</strong>: esegue le seguenti query e filtra i risultati:</p><ul><li>"SELECT * FROM Win32_Keyboard"</li><li>"SELECT * FROM Win32_PointingDevice"</li></ul></li><li><p><strong>Informazioni sul sistema operativo</strong>:</p><ul><li>Per la versione principale del sistema operativo, recupera la classe Win32_OperatingSystem.</li><li>Per la versione della build, utilizza la classe StdRegProv per accedere alla chiave di registro SOFTWARE\Microsoft\Windows NT\CurrentVersion e verificare la versione.</li></ul></li><li><strong>Antivirus</strong>: passiamo al contesto WMI SecurityCenter2, quindi recuperiamo le informazioni dalla classe AntivirusProduct.</li></ul></td></tr><tr><td><strong>Account locali</strong></td><td>Esegue la query "SELECT * FROM Win32_Account" e poi filtra il risultato.</td></tr><tr><td><strong>Stampanti</strong></td><td>Esegue la query "SELECT * FROM Win32_Printer" e poi filtra il risultato.</td></tr><tr><td><strong>Servizi</strong></td><td>Esegue la query "SELECT * FROM Win32_Service" e poi filtra i risultati.</td></tr><tr><td><strong>Condivisioni</strong></td><td>Esegue la query "SELECT * FROM Win32_Share" e poi filtra il risultato.</td></tr><tr><td><strong>Avvio</strong></td><td>Esegue la query "SELECT * FROM Win32_StartupCommand where User != '.DEFAULT' and User != 'NT AUTHORITY\SYSTEM'" e poi filtra i risultati.</td></tr><tr><td><strong>Hotfix di Windows</strong></td><td>Esegue la query "SELECT * FROM Win32_QuickFixEngineering" e poi filtra il risultato.</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/it/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.
