Community resources for PowerShell coders
Those who have needed to deal with eventing and asyncronous IO have probably been disappointed to discover the lack of a full PowerShell scripting environment when writing event handler logic in within a script block. Until this issue is resolved in a future version of PowerShell, workarounds are necessary in order to leverage the full power of PowerShell. This talk will cover techniques for working with objects when dealing with events and asyncronous IO.