Let's take the -ErrorAction Stop off the New-Item command and start the job again. $failJob = Start-Job -Name FailJob -ScriptBlock { ...
確定! 回上一頁