I have a requirement to create 2 collections from AD groups and return only the users/machines that are in both.
I have tried something like the following:-
SELECT
...
WHERE ResourceID IN (SELECT ResourceID FROM SMS_R_User where SMS_R_User.SecurityGroupName = <GroupA>)
A...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.