Scripting Blog [archived]

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

Get All Methods and Writable Properties from All WMI Classes

Summary: Use Windows PowerShell to gather all implemented methods and writable properties from all WMI namespaces. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. It is quiet around here on the weekends. At times, it is extremely quiet. I decided to use the time to make some serious changes to my WMI method and property discovery ...

Explore WMI Methods and Properties via PowerShell Script

Summary: Microsoft Scripting Guy, Ed Wilson, illustrates how to explore WMI methods and writable properties from a Windows PowerShell script. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. One of the things I like about Windows PowerShell is the ease in which I can modify things, experiment with things, play with things, and ...

Use PowerShell to Find WMI Classes that Contain Methods

Summary: Learn how to use Windows PowerShell to find WMI classes that contain usable methods for making configuration changes in Windows. (image)   Hey, Scripting Guy! I that know you spend a lot of time working with WMI. The one thing that I really do not like about WMI is that although it seems like there is a lot of information that ...