1
December 10, 2012 2:25 PM
Posted by: Richard Siddaway
CIM, PowerShell 3, WMI
Get-CimClass changes
Posted by: Richard Siddaway
One thing that I don’t think I’ve mentioned is that the Get-CimClass output changed during the development process.
In PowerShell v3 RTM you can dig into a WMI class like this
Get-CimClass -ClassName Win32_OperatingSystem | select -ExpandProperty CimClassMethods




