One of the problems you might find is finding a CIM class. You know its name but you don’t know which namespace its in.
The old WMI cmdlets allow you to search the namespaces recursively
PS> Get-WmiObject -Class Win32_Process -Namespace root -Recurse… Read the full text.