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