Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

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 10624

Trending Articles