February 2019
Intermediate to advanced
626 pages
15h 51m
English
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()
Read now
Unlock full access