Silicon Valley Code Camp : October 11th and 12th 2014session
Parallel and Async Scripting with PowerShell
Learn how to break your scripts into discrete tasks that can be ran in Parallel to speed them up and also look at how to script async operations.
About This Session
Learn how to break your scripts into discrete tasks that can be ran in Parallel to speed them up and also look at how to script async operations. waiting for task to complete before moving on to the next block or begin an operation and then go on and perform another operation and then return to receive your results. We will look at how this can be achieved in PowerShell with very little work. We will be using PSv4 but the material is also valid for PSv3