Concept Flow - CIM/WMI cmdlets
Start PowerShell
Use Get-CimInstance or Get-WmiObject
Specify Class or Query
Retrieve Data from System
Display or Use Data
End
The flow shows how PowerShell cmdlets query system info using CIM or WMI classes and then output the data.
