You could run it as a background job and then wait for that job to finish. Like this: $enablemb = Start-Job { Enable-Mailbox -Identity ...
確定! 回上一頁