Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Look at Schema of WMI Class with PowerShell

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to look at the schema of a WMI class. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about WMI is that it is largely self-describing. This means that I can use WMI and look at WMI. With the CIM cmdlets, this goes even a step further. For ...

Comparing CIM and WMI in PowerShell

Summary: Microsoft Scripting Guy, Ed Wilson, talks about comparing CIM and Windows PowerShell. (image)  Hey, Scripting Guy! When I query using a CIM function, I get back different stuff than when I query WMI. I don’t get it. Can you help? —BW (image)  Hello BW, Microsoft Scripting Guy, Ed Wilson, is here. Yesterday in ...