No, it's not.... From: [email protected] To: [email protected] Subject: RE: [mssms] Collections won't update my AD groups Date: Thu, 17 Oct 2013 09:32:30 -0500
Is AD group discovery even picking up the group? Look at your CM DB and run this SQL query in SSMS... SELECT * FROM v_RA_System_SystemGroupName WHERE System_Group_Name0 LIKE '%SW_Office_2013_Uninstall%' -Stephen From: [email protected] To: [email protected] Subject: RE: [mssms] Collections won't update my AD groups Date: Thu, 17 Oct 2013 09:26:09 -0500 No, the collection isn't updating.... Brian From: [email protected] To: [email protected] Subject: RE: [mssms] Collections won't update my AD groups Date: Thu, 17 Oct 2013 09:11:11 -0500 Does it appear if you try:select SMS_R_USERGROUP.ResourceID,SMS_R_USERGROUP.ResourceType,SMS_R_USERGROUP.Name,SMS_R_USERGROUP.UniqueUsergroupName,SMS_R_USERGROUP.WindowsNTDomain from SMS_R_UserGroup where SMS_R_UserGroup.UniqueUsergroupName = "MYDOMAIN\\SW_Office_2013_Uninstall" From: [email protected] To: [email protected] Subject: [mssms] Collections won't update my AD groups Date: Thu, 17 Oct 2013 08:40:56 -0500 I am attempting to create 2 collections for my Microsoft Office 2013 installation. In AD, I have created the following domain local security groups: SW_Office_2013_Uninstall SW_Office_2013_Install In ConfigMgr, I have created two collections with the same naming convention. Here is the query I'm using: select SMS_R_USERGROUP.ResourceID,SMS_R_USERGROUP.ResourceType,SMS_R_USERGROUP.Name,SMS_R_USERGROUP.UniqueUsergroupName,SMS_R_USERGROUP.WindowsNTDomain from SMS_R_UserGroup where SMS_R_UserGroup.Name = "MYDOMAIN\\SW_Office_2013_Uninstall" I then ran a full discovery on the AD Group Discovery, then updated my collection memberships. I cannot get the AD groups to show in my member count properly. If I go to edit the query and select value I do not see the AD groups I created in the list. Are there any specific logs or anything I should be looking at to investigate this further? Thank you, Brian

