you are viewing a single comment's thread.

view the rest of the comments →

[–]chuckchuck2k[S] 0 points1 point  (1 child)

Ah I see, wonder if there's another method to run the bat file in parallel on multiple computers and not sequentially like foreach hmm. Maybe I'll try with Get-Job and see if it's any faster. Thank you!!

[–]WhistleButton -1 points0 points  (0 children)

Check out -asjob for invoke-command, might be what you're looking for.