PowerShell Remoting in Parallel - Methods to process a bulk number of computers

Опубликовано: 14 Июль 2026
на канале: Chasse TAC
280
16

In this video, we will take a look at a couple of different methods a script can process a lot of computers in bulk. By using parallel tricks, like the new foreach-object cmdlet or background jobs, this will decrease the time it takes a script to finish running.

Scripts used in this video:
Beginning script (based on the one I build in Episode 5 of Build a Script series)
https://chassetac.blob.core.windows.n...

Final Foreach Parallel script
https://chassetac.blob.core.windows.n...

Final background job script
https://chassetac.blob.core.windows.n...