TheCDay Posted August 8, 2013 Report post Posted August 8, 2013 I created a query rule for a device collection. The query I am trying to create is one that will add machines based only on the name of a machine. An example of our naming scheme would be LIB203-PC-1. Under the general tab I select the class of "system resource" and the attribute of "name" For the Criteria tab I have "Computer System.Name is like "LIB203-PC-%" My issue is when I click ok on everything and go back in the general tab has much more stuff in it than what I selected, one of the items is an attribute "client" which I believe is preventing newly added but un-deployed systems from getting added to the device collection. I have tried deleting the "client" entry but it just comes back..... What am I doing wrong ? Thanks In advance Scott Quote Share this post Link to post Share on other sites More sharing options...
AmrelMahdy Posted August 8, 2013 Report post Posted August 8, 2013 Scott, using the above Query with Wildcard mask won't work, use the below query instead select SMS_R_System.NetbiosName fromSMS_R_System where SMS_R_System.NetbiosName like "LIB203-PC-%" Quote Share this post Link to post Share on other sites More sharing options...
TheCDay Posted August 20, 2013 Report post Posted August 20, 2013 That was it, Thank you for your help! Quote Share this post Link to post Share on other sites More sharing options...