寫個powershell ps1檔 2..254 | %{ $IP = "192.168.1.$_" $path = "\\$IP\C$\Program Files\XXXXXX\" If ([System.IO.Directory]::Exists($path) ) { echo $path ...
確定! 回上一頁