workflow Get-ServerServices { $srvlst = Get-Content C:\TEMP\srvlst.txt foreach -parallel ($srv in $srvlst) { Get-Service -PSComputerName ...
確定! 回上一頁