duzzie Posted December 5, 2018 Posted December 5, 2018 Hi, we are having an issue with with SCCM picking up changes in AD. Can SCCM automatically replicate changes made in AD? For example, we have an old computer that has been out of use for 2 months, we replace the old drive with an SSD move the machine from its current location in AD (for example Win 10 Curric OU to Win 10 Admin OU) should sccm pick up this change and move it accordingly? The sccm collections all look to the correct AD OU's but don't seem to update when changes are made, I have checked the schedule and changed it to 10mins to see if anything changed but not made any difference. Thanks
techy32 Posted December 5, 2018 Posted December 5, 2018 We created all of our AD OUs in SCCM manually ( there is a script available to do automatically) and then used the WQL query ( under membership rule in the properties of the collection ) select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemOUName = "domainname/locationofyourpcs/location/" It automatically sync PCs from AD to SCCM.....whenever we move PCs in AD
duzzie Posted December 5, 2018 Author Posted December 5, 2018 This is exactly how we do ours and the WQL query is the same but still not updating.
duzzie Posted December 5, 2018 Author Posted December 5, 2018 In Administration - Hierarchy Configuration - Discovery Methods - Active Directory Group Discovery - is this enabled or disabled? I am getting conflicting opinions as to which it should be (as we dont want users in SCCM)
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