Quote:
|
sample to create a raw queries to collect group of machines base on name (from AD or workgroup) to populate a new filter
|
If I understood you correctly, you want to create groups of computers by their NetBIOS name?
Something like
Code:
Select Guid from vComputer where Name LIKE 'ZoneA-%'
will be sufficient.
The % is a wildcard in SQL.
Nick - no worries
