Work great if I remove the extra S in ComputerSsytem

Would you mind running this and let me know the results?

 Code:
Break on

$wmiColl = GetObject("WinMgmts:root/cimv2").ExecQuery("Select * FROM Win32_ComputerSystem")

For Each $wmiObj in $wmiColl
	? $wmiObj.Manufacturer
	? $wmiObj.Model
Next

Sleep 5
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.