- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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