Jump to content

Recommended Posts

Posted

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

Posted

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

Posted
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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...