Problem:
==============
Clients are not showing up in collection in Primary site, Information:
================
1. Central site's site code CEN
2. Primary site server's site code = 'P01' site with issue.
3. A few more primary site, working fine.
Troubleshooting:
================
· You informed he had to reinstall SCCM site in P01.
· He now he can't see computer in a particular collection.
· This collection was created in Central site.
· Its a query based collection that pulls up clients based on OU membership.
· We went back to P01 site and found the ADGroup discovery is not enabled.
· And OU membership information is pulled with ADgroup discovery.
· We enabled ADgroup discovery in P01,
· It took about 10 minutes and showed completed in ADgrpdis.log
· However when we updated the collection membership it showed only 67 clients.
· We checked and found the client is there in all systems collection of P01 site.'
· We checked the query and pulls information depending on OU and must be active.
· WE found clients are active.
· We decided to run query directly in WMI.
· We went to Run and put "WBEMTEST" on P01 site sever
· That opened up WMI tester
· WE connected to "root\sms\site_<sitecode> and opened up Query and ran the query that was in Collection properties.
"select
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSU
niqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from
SMS_R_System where SMS_R_System.SystemOUName =
"CORP.IRCO.COM/INDTECH/AGS/WORKSTATIONS" and SMS_R_System.Active = 1"
· We could see about 856 Clients.
· We updated the collection membership found 327 clients there as well.
· In central site we could see about 340 clients however some client could be old.
· We could also see clients getting advertisements.
No comments:
Post a Comment