Showing results for CIM - Scripting Blog [archived]

Jan 30, 2014
0
0

Invoking CIM Methods with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Trevor Sullivan, talks about invoking CIM methods via Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have another guest post from Trevor Sullivan. Trevor is an Honorary Scripting Guy, and a recognized Microsoft Community Contributor (MCC). To see more of Trevor’s guest posts, see these Hey, Script...

Scripting Guy!Windows PowerShellscripting techniques
Jan 29, 2014
0
0

Use PowerShell to Manipulate Information with CIM

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Trevor Sullivan, talks about using Windows PowerShell and CIM to manipulate information. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Trevor Sullivan. Trevor is an Honorary Scripting Guy, and a recognized Microsoft Community Contributor (MCC). To see more of Trevor’s guest posts, see these He...

Scripting Guy!scripting techniquesguest blogger
Jan 28, 2014
0
0

Introduction to the CIMCmdlets PowerShell Module

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Trevor Sullivan, talks about using the CIM module in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Trevor Sullivan. Trevor is an Honorary Scripting Guy, and a recognized Microsoft Community Contributor (MCC). To see more of Trevor’s guest posts, see these Hey, Scripting Guy...

Scripting Guy!Windows PowerShellscripting techniques
Jan 27, 2014
1
1

What is CIM and Why Should I Use It in PowerShell?

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy and guest blogger, Trevor Sullivan, explores CIM and using it with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Trevor Sullivan. Trevor is an Honorary Scripting Guy and a recognized Microsoft Community Contributor (MCC). To see more of Trevor’s guest posts, see the...

Scripting Guy!Windows PowerShellscripting techniques
Apr 23, 2013
0
0

PowerTip: Use PowerShell to Find WMI Classes Related to Disks

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to help find WMI classes related to disks.  How can I find WMI classes that will return information about disks on my local computer?  Use the Get-CimClass cmdlet in Windows PowerShell 3.0. Use a wildcard character for the class name, and use the QualifierName parameter to filter only dynamic ...

Scripting Guy!Windows PowerShellPowerTip