Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

run two commands simultaneously

$
0
0

is there a way to run commands simultaneously (asynchronous)? For example:

I want to run 'get-mailbox -resultsize unlimited' and 'get-contact -resultsize unlimited' at the same time, rather than waiting for one to finish before the other starts.

Thanks!


Viewing all articles
Browse latest Browse all 8411

Trending Articles