rbennett806
Posts: 827
Score: 13 Joined: 6/14/2006 Status: offline
|
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...
|