Showing results for CIM - Scripting Blog [archived]

Apr 21, 2013
0
0

PowerTip: Use PowerShell to Find WMI Classes with a Specific Property

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find WMI classes that contain a specific property.  How can I use Windows PowerShell to help find a WMI class that contains a specific property?  Use the Get-CimClass cmdlet in Windows PowerShell 3.0, and use the specific property name or a wildcard pattern to help you find the class: Get-CimClass -...

Scripting Guy!Windows PowerShellPowerTip
Feb 22, 2013
0
0

Use PowerShell to Find Installed Video Codecs on Windows 8

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find installed video codecs on Windows 8.  Hey, Scripting Guy! Dude, I am in trouble. Big time! Last week, I installed Windows 8 on the laptops used by all our department heads and front-line supervisors. I thought the responsiveness and the apps ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 5, 2012
0
0

Use Hidden WMI Classes and PowerShell to Discover HID Info

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using two WMI classes from the root\wmi namespace to reveal additional HID hardware information. Microsoft Scripting Guy, Ed Wilson, is here. Well, the Scripting Wife and I returned from Europe yesterday. It is good to be home, but we will miss our friends and all the great food. I fell in ...

Scripting Guy!Windows PowerShellscripting techniques
Nov 30, 2012
0
0

Use PowerShell and WMI to Find Wireless Keyboard & Mouse

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI to find a wireless keyboard or mouse attached to a system. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, we had a great time at the Windows PowerShell user group meeting at the Microsoft Office in Munich (actually just outside of Munich). It was ...

Scripting Guy!Windows PowerShellscripting techniques