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!