PowerShell Runspaces: More PowerShell, Faster

Friday, Aug 8 10:15 AM - 11:15 AM Room 103

Description

PowerShell by default is just like any other scripting language. You issue commands and they are processed consecutively, one after the other. But what happens when we have multiple things to do that don't depend on each other? Do we really need to wait for the first task to complete before we start the next? We actually have a very robust capability with PowerShell to perform parallel processing. We're not talking about For-EachObject -Parallel. In this session we'll look at runspaces and how to leverage them to achieve multi-threaded scripting.