birchanger Posted September 19, 2014 Posted September 19, 2014 I'm testing ConfigMgr 2012R2 and trying to create a user collection based on an AD security group. The WQL for the query looks like this: select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.SecurityGroupName = "ebs\\SWU_4Matrix_Install" The problem is that collection never gains any members. I'm assuming that the problem is to do with permissions on AD, although CM has discovered our users and devices correctly. Any suggestions?
ADMaster Posted September 23, 2014 Posted September 23, 2014 Do you have it set to discover groups. I have a staff user collection and I just made the staff group the member of the collection and not each user. I can pull the sql query for it tomorrow if you like. Cheers. 1
birchanger Posted September 23, 2014 Author Posted September 23, 2014 @ADMaster, You pointed me in the right direction and now it's resolved. I'd decided that an OU in my domain had a name that was too long, so I'd changed it. My group discovery had a narrow scope so was no longer finding the groups. Furthermore our ConfigMgr host did not have read permissions on the correct OUs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now