Getting instances

The Get-WmiObject command is used to execute queries for instances of WMI objects an example is as follows:

Get-WmiObject -Class Win32_ComputerSystem 

The type accelerator, WmiSearcher, may also be used to execute queries:

([WmiSearcher]"SELECT * FROM Win32_Process").Get() 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.216.42.251