Running Powershell in Parallel
Up until now I’ve written most of my Powershell scripts to run sequentially; query one machine, then the next, then the one after. Depending on the task at hand and / or the number of machines this can take a serious amount of time. Enter parallelism. Jobs, Runspaces etc are concepts that I have been
Read More