lundi 6 février 2012

WMI (Windows Management Instrumentation)

Windows Management Instrumentation est issue d'une initiative de 
normalisation du groupe DMTF (Distributed Management Task Force) auquel 
Microsoft appartient.
 
WMI permet d'atteindre les ressources d'un ordinateur sous Windows, de les 
configurer et les interroger. Ceci sous-entend par exemple la possibilité 
de gérer une machine, de faire exécuter un programme, d'arrêter un service, 
de redémarrer une machine ou de l'arrêter.

Aussi, WMI permet d'accéder à tout ceci sans passer par les API Win32.  

What is WMI?

WMI is basically a database of information maintained on each Windows system. We connect to the WMI Service to query information maintained in the database. To visually see WMI on your system do the following:
  • Open “Computer Management” from Administrative Tools.
  • Expand “Services and Applications.”
  • Right-click “WMI Control” and choose Properties.
  • Click on the Advanced Tab. Notice: Default namespace for scripting by default set to root/cimv2.
WMI consists of classes that are made up of properties and methods that we can manipulate with PowerShell scripting.

 http://www.powershellpro.com/powershell-tutorial-introduction/powershell-scripting-with-wmi/

Aucun commentaire:

Enregistrer un commentaire

Nombre total de pages vues