PowerShell for Windows Admins:

CIM

1

December 10, 2012  2:25 PM

Get-CimClass changes



Posted by: Richard Siddaway
CIM, PowerShell 3, WMI

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

1