Reply to Message

View discussion in a popup

Replying to:
Developer_PK
Enthusiast
Enthusiast

parallel Execution using Powershell

I am working on a activity which needs to get uptime from several servers. I am using Invoke-vmscript to do this activity. I want to use Parallel processing to reduce time.

Without a new ps session and using jobs. Is there any other way to do parallel execution.

I have tried Foreach-object -parallel, this didnot work because my powershell version is not 7.

Any suggestion Helps!

Thanks in advance

Reply
0 Kudos