Scripting Blog

A place to learn about PowerShell and share stories of automation

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

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

Dynamic Method Invocation in PowerShell

   Summary: Learn how to create a Windows PowerShell function to implement dynamic method invocation.   Hey, Scripting Guy! What can you tell me about dynamic method invocation? -- PG   Hello PG, Microsoft Scripting Guy Ed Wilson here. Today is day 2 of guest blogger week; we have Trevor Sullivan to tell us about dynamic ...

Use the PowerShell WMI Event Module to Quickly Monitor Events

  Summary: Learn how to use a Windows PowerShell WMI module to create permanent event monitors.   Hey, Scripting Guy! Can you provide some concrete examples of using the Windows PowerShell permanent event consumer module? -- TS   Hello TS, Microsoft Scripting Guy Ed Wilson here. Today Trevor Sullivan is back to finish out ...

Use a PowerShell Module to Work with WMI Permanent Events

 Summary: Learn how to use a Windows PowerShell module to work with WMI permanent events. Hey, Scripting Guy! Your posts this week on permanent event consumers have been really cool. I am wondering, if they are so useful, why there is not a Windows PowerShell cmdlet to allow one to interact with them?-- ST Hello ST, Microsoft ...