Queries for Active Directory group membership are no longer working. It seems that we are no longer able to properly link user and device AD group membership data. This has always worked successfully in the past. We are connected to a SQL always on listener with 2 SQL servers. We are running 2010 with the hotfixes installed. Microsoft has been working with my colleague to resolve, but we've had this issue for about 3 weeks now. Any thoughts would be appreciated.
These used to work, but now they collect all users not just users who are members of the active directory group.
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.UserGroupName = "DOM\\MySecurityGroupName"
Or
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 = "DOM\\MySecurityGroupName"
There are no SCCM Site errors or Component errors relating to database or active directory synchronization.
These used to work, but now they collect all users not just users who are members of the active directory group.
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.UserGroupName = "DOM\\MySecurityGroupName"
Or
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 = "DOM\\MySecurityGroupName"
There are no SCCM Site errors or Component errors relating to database or active directory synchronization.