Normally, for internal commands PowerShell does wait before starting the next ... $job = Start-Job { invoke command here } Wait-Job $job Receive-Job $job.
確定! 回上一頁