Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Howto add computers to a collection based on name?

Status
Not open for further replies.

vidarz

MIS
Jun 27, 2007
11
US
I am trying to create a query based rule to add computers that start with various strings to their own collection. So in sudo code it would be:

If computer name begins with "ABC" put it in the collection.

Also none of these have the client installed as of yet. Any help would be appreciated.
 
multiple queries in the same collection

where simple value, system resource / netbios name is LIKE (operator) ACC_WKS or simple value, system resource / netbios name is LIKE (operator) ACC_SVR

So 2 queries joined together by the or statement....


Neil J Cotton
Technical Consultant
Anix Group Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top