PowerTip: Use PoweShell to Search for CIM Classes
Summary: Learn how to use Windows PowerShell to search for CIM classes. How can I use Windows PowerShell to find a CIM class on my machine? Use Get-WmiObject in List mode. For instance, to find the class for working with the registry, use: Get-WmiObject -Namespace root -Class StdRegProv -List –Recurse &n...