Scripting Blog

A place to learn about PowerShell and share stories of automation

Comparing PowerShell PSSessions and CIM Sessions

Summary: Guest blogger, Trevor Sullivan, compares Windows PowerShell PSSessions and CIM sessions. Microsoft Scripting Guy, Ed Wilson, is here. Today we have the exciting conclusion to Honorary Scripting Guy, Trevor Sullivan’s guest blog series on CIM. To see more of Trevor’s guest posts, see these Hey, Scripting Guy! Blog posts. You can ...

Invoking CIM Methods with PowerShell

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...

PowerTip: Copy Information to the Clipboard with PowerShell

Summary: Learn how to easily copy information to the clipboard by using Windows PowerShell.  How can I use Windows PowerShell to copy WMI information to the Windows Clipboard           so I can use it in another application?  Use the external clip.exe utility to copy Windows PowerShell pipeline output to your...