create a c:\servers.txt file with list of servers
and copy the following into a file .ps1
enjoy
function getwmiinfo ($svr) {
gwmi -query "select * from
Win32_ComputerSystem" -computername $svr | select Name,
Model, Manu
↧