Showing tag results for WMI

Nov 4, 2011
Post comments count0
Post likes count0

Use a CSV File to Populate Parameters of PowerShell Cmdlets

Doctor Scripto

Summary: Learn how to use a CSV file to populate parameters of Windows PowerShell cmdlets.   Hey, Scripting Guy! I have a problem. I would like to be able to read content from a comma-separated value (CSV) file that contains a list of WMI classes and servers that I would like to query. I need to be able to read the CSV file, and based upon the...

Scripting Guy!Windows PowerShellscripting techniques
Oct 29, 2011
Post comments count0
Post likes count0

Modify PowerShell Comment-Based Help to Display Function Use

ScriptingGuy1

Summary: In the final version of my Windows PowerShell WMI helper module, I add aliases and modify comment-based help to find roles of functions. Microsoft Scripting Guy Ed Wilson here. It is the weekend, at least in Charlotte, North Carolina, in the United States. I have had a lot of fun working on my WMI helper module this week, and the last thi...

Scripting Guy!Windows PowerShellscripting techniques
Oct 28, 2011
Post comments count0
Post likes count0

Query WMI Classes by Using PowerShell and Wildcard Patterns

Doctor Scripto

Summary: Learn how to query WMI classes using Windows PowerShell and wildcard character patterns by using a free Scripting Guy module.   Microsoft Scripting Guy Ed Wilson here. Well, the Scripting Wife and I are finally settling down to a normal routine here in Charlotte, North Carolina, in the United States. Of course, that settling down will...

Scripting Guy!Windows PowerShellscripting techniques
Oct 27, 2011
Post comments count0
Post likes count0

Easily Filter Empty WMI Properties in PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy Ed Wilson introduces a WMI filter to remove empty WMI properties by using Windows PowerShell.   Microsoft Scripting Guy Ed Wilson here. It is no secret by now that I love Windows Management Instrumentation (WMI). The information I can obtain and the things I can do with it are astounding. In the Windows PowerSh...

Scripting Guy!Windows PowerShellscripting techniques
Oct 26, 2011
Post comments count0
Post likes count0

Use a PowerShell Function to Get WMI Key Property Values

Doctor Scripto

Summary: Microsoft Scripting Guy Ed Wilson discusses his version 3 of a Windows PowerShell WMI helper module.   Microsoft Scripting Guy Ed Wilson here. I have really enjoyed working on my HSGWMIModule project this week. On Monday, I created the base WMI module, and included a couple of really great functions that query the WMI schema and retur...

Scripting Guy!Windows PowerShellscripting techniques