(imported topic written by SystemAdmin)
We are in the process of doing an evaluation. I need an example of how to create an automatic group for Computer Manufacturer - Windows = VMware, Inc.
Thank you.
(imported topic written by SystemAdmin)
We are in the process of doing an evaluation. I need an example of how to create an automatic group for Computer Manufacturer - Windows = VMware, Inc.
Thank you.
(imported comment written by jessewk)
Choose Tools --> Create New Automatic Group
Give your group a name, e.g. “Windows VMs”
From the ‘Include Computers with the Following Property’ drop down select ‘Relevance Expression’
Click the ‘Edit Relevance…’ Button and paste in the following expression:
exists wmi and string value of select “Manufacturer from Win32_ComputerSystem” of wmi contains “VMware”
Jesse
(imported comment written by SystemAdmin)
Thanks that works great. Does that do a WMI query of the system or from the already retrieved property?
I am still learning how this works.
Thank you