Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to Find Object Events

Summary: Find events from objects by using Windows PowerShell. (image)  How can I use Windows PowerShell to find what events are offered by a process? (image)  Use Get-Process to retrieve an instance of the process, pipe the results to Get-Member,            and specify a MemberType&...

Weekend Scripter: Playing with PowerShell Processes and Events

Summary: Microsoft Scripting Guy, Ed Wilson, talks about playing with processes and events in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. This morning I woke up and I had an idea. This happens to me sometimes. Not often. But occasionally. And here it was. I could not get it out of my mind... Can I use an event from a ...