Showing results for December 2012 - Page 13 of 13 - Scripting Blog [archived]

Dec 1, 2012
0
0

PowerTip: Find Updatable WMI Classes

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 to easily find WMI classes you can update.  How can I find WMI classes that support updating? Use the Get-Cimclass cmdlet and a wild card for the WMI class name. Then, look for the class qualifier of supportsupdate, as shown here. Get-CimClass -ClassName * -QualifierName supp...

Scripting Guy!Windows PowerShellPowerTip
Dec 1, 2012
0
0

Weekend Scripter: Run All Cmdlets from a Module

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about running all Get cmdlets from a specific Windows PowerShell module. Microsoft Scripting Guy, Ed Wilson, is here. Today, the Scripting Wife and I are once again on a train—this time we are heading to Warsaw to visit Windows PowerShell MVP Bartek Bielawski. Bartek won the Scripting Games t...

Scripting Guy!Windows PowerShellscripting techniques