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

# Commandes WMI du rapport d'informations système

Voici les **commandes WMI** utilisées par l'entrée **System Information Report** dans 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>Logical drives</strong></td><td>Exécute la requête WMI "Select * from Win32_LogicalDisk", puis filtre le résultat.</td></tr><tr><td><strong>Network adapters</strong></td><td>Exécute la requête WMI "Select * from Win32_NetworkAdapterConfiguration", puis filtre le résultat.</td></tr><tr><td><strong>Products</strong></td><td><p>Recherche les logiciels installés dans les clés de registre suivantes via WMI en utilisant la classe StdRegProv.</p><ul><li><p>Dans <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>Dans <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>Toutes les informations nécessaires à la liste des produits sont contenues dans ces clés de registre.</li></ul></li></ul></td></tr><tr><td><strong>System</strong></td><td><p>Le paramètre système contient plusieurs appels différents via WMI.</p><ul><li><strong>Bios information</strong> : Récupère les informations de la classe Win32_Bios.</li><li><strong>TPM information</strong> : Récupère les informations de la classe Win32_Tpm.</li><li><strong>CDRom information</strong> : Exécute la requête "SELECT * FROM Win32_CDROMDrive", puis filtre le résultat.</li><li><strong>Computer system information :</strong> Récupère la classe Win32_ComputerSystem.</li><li><strong>Memory information :</strong> Exécute la requête "SELECT * FROM Win32_PhysicalMemory", puis filtre le résultat.</li><li><strong>Monitor information :</strong> Exécute la requête "SELECT * FROM Win32_DesktopMonitor", puis filtre le résultat.</li><li><strong>Motherboard information :</strong> Exécute la requête "SELECT * FROM Win32_BaseBoard", puis filtre le résultat.</li><li><strong>Processor information :</strong> Exécute la requête "SELECT * FROM Win32_Processor", puis filtre le résultat.</li><li><strong>Sound device information</strong> : Exécute la requête "SELECT * FROM Win32_SoundDevice", puis filtre le résultat.</li><li><strong>Video controller information :</strong> Exécute la requête "SELECT * FROM Win32_VideoController", puis filtre le résultat.</li><li><p><strong>Other device information</strong> : Exécute les requêtes suivantes et filtre les résultats :</p><ul><li>"SELECT * FROM Win32_Keyboard"</li><li>"SELECT * FROM Win32_PointingDevice"</li></ul></li><li><p><strong>Operating system information</strong> :</p><ul><li>Pour la version principale du système d'exploitation, récupère la classe Win32_OperatingSystem.</li><li>Pour la version de compilation, utilise la classe StdRegProv pour accéder à la clé de registre SOFTWARE\Microsoft\Windows NT\CurrentVersion et vérifier la version.</li></ul></li><li><strong>Antivirus</strong> : Bascule vers le contexte WMI SecurityCenter2, puis récupère les informations de la classe AntivirusProduct.</li></ul></td></tr><tr><td><strong>Local accounts</strong></td><td>Exécute la requête "SELECT * FROM Win32_Account", puis filtre le résultat.</td></tr><tr><td><strong>Printers</strong></td><td>Exécute la requête "SELECT * FROM Win32_Printer", puis filtre le résultat.</td></tr><tr><td><strong>Services</strong></td><td>Exécute la requête "SELECT * FROM Win32_Service", puis filtre les résultats.</td></tr><tr><td><strong>Shares</strong></td><td>Exécute la requête "SELECT * FROM Win32_Share", puis filtre le résultat.</td></tr><tr><td><strong>Startup</strong></td><td>Exécute la requête "SELECT * FROM Win32_StartupCommand where User != '.DEFAULT' and User != 'NT AUTHORITY\SYSTEM'", puis filtre les résultats.</td></tr><tr><td><strong>Windows hotfixes</strong></td><td>Exécute la requête "SELECT * FROM Win32_QuickFixEngineering", puis filtre le résultat.</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:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/knowledge-base-articles/system-information-report-wmi-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
