|
rbennett806 -> RE: feedback requested on best method to insert sql query into existing collections (9/26/2008 10:22:45 AM)
|
Okay, so if I understood your post...Can't you just add a second membership query rule and use something like the following query? select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System where SystemGroupName = 'DOMAIN\\DomainGroupName' Assuming your first one gets you your users, then this second one will get the computers in the Active Directory domain group. Of course, I could have misunderstood your post...
|
|
|
|