Jump to content


Steve0

Established Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Steve0

  1. 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>) 

    AND ResourceID IN (SELECT ResourceID FROM SMS_R_User where SMS_R_User.SecurityGroupName = <GroupB>)

     

    But if a user is in both groups the result is 0 not the expected result

     

    e.g

    Collection from ADGroup1 = 12345

    Collection from ADGroup2 = 34567

    Collection items in ADGroup1 and ADGroup2 = 345

  2. 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>) 

    AND ResourceID IN (SELECT ResourceID FROM SMS_R_User where SMS_R_User.SecurityGroupName = <GroupB>)

     

    But if a user is in both groups the result is 0 not the expected result

     

    e.g

    Collection from ADGroup1 = 12345

    Collection from ADGroup2 = 34567

    Collection items in ADGroup1 and ADGroup2 = 345

×
×
  • Create New...

Important Information

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.