ComputerNames = Começ-Índice C:\MyTextFile.txt
$MyDevice = “Ingenico i3070”
Foreach (Computer em ComputerNames) {
$Results = “falso”
Começ-WMIObject Win32_PNPEntity - ComputerName Computer | Onde {$_.Name - como $MyDevice} | % {$Results = “verdadeiro”}
“Computer, $Results”
}
|