我不知道如何获取使用时没有响应的计算机名,-asjob
有人可以建议吗?
try{
gwmi "Win32_OperatingSystem" -ComputerName $ordis -asjob
$resu=get-job | ? {$_.psjobtypename -eq "wmijob" } |wait-job |receive-job
}
catch{"error"}
$resu | select PSCOMPUTERNAME, @{name="lastboottime";expression={$_.converttodatetime($_.lastbootuptime)}} |sort lastboottime |ft
remove-job * -force
一些主机因以下错误而失败,但我不知道哪些主机
Le serverur RPC n'est pas disponible。(HRESULT 异常:0x800706BA)
+ CategoryInfo:InvalidResult:(:) [],COMException
+ FullyQualifiedErrorId:JobStateFailed