Relevance to detect VMWare guest

(imported topic written by mingjie91)

Hi.

Is there an existing relevance inspector which can detect vmware guest?

I know we can check vmware tools services, but the tools could be unavailable from the guest OS.

Thanks,

Mingjie.

(imported comment written by mingjie91)

Never mind. This one might work:

((string value of (selects “Manufacturer from Win32_ComputerSystem” of wmi) as lowercase) starts with “vmware”)

Thanks.