Hi guy's,

Can someone run the code below on a VMware virtual machine and let me know the results?
I do not have a VMware setup yet. It should return a VMware like manufacturer but I need to know the exact value.

 Code:
Break on

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

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

Sleep 5
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.