Showing archive results for January 2014

Jan 29, 2014
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

PowerTip: Find Commands in Specific PowerShell Modules

Doctor Scripto
Doctor Scripto

Summary:  Learn how to find commands in specific Windows PowerShell modules.  How can I find all the commands in the CIMCmdlets Windows PowerShell module?  Use the Get-Command cmdlet and specify the module name, for example: Get-Command -Module CIMCmdlets

Scripting Guy!Windows PowerShellPowerTip
Jan 28, 2014
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

PowerTip: Find PowerShell Cmdlets that Accept CIM Session

Doctor Scripto
Doctor Scripto

Summary:  Learn how to find all Windows PowerShell cmdlets that accept a CIM session.  How can I find a list of all the Windows PowerShell cmdlets that accept a CIM session?  Use the Get-Command cmdlet and specify the –CimSession parameter: Get-Command -Parameter CimSession Note  If you rely on dynamic ...

Scripting Guy!Windows PowerShellPowerTip
Jan 27, 2014
Post comments count1
Post likes count1

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