Changes in AD does not update according in sharepoint
Hi, I have made changes to my users in sharepoint. For example, I have added department and Job title into their AD account. However, there are no changes in the sharepoint. Is there a way to sync them properly, or is there another way to make changes to their information?
June 18th, 2015 2:12am

How are your AD sites setup ? 

Have you checked that your active directory replication is working ok ?

run a Repadmin /replsum to check your replication is working ok to start with to make sure changes are being replicated between domain controllers

Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 9:06am

Hi,

Any update?

Best Regards

June 28th, 2015 9:26pm

The problem is because the UserInfo table of the site collection is not synchronized with the AD, so what you need to do is to run the following PowerShell command in the SharePoint Management Shell:

Get-SPUser Web http://siteurl | Set-SPUser SyncFromAD

Note: [http://siteurl] is the site collection Url where you found the out of sync issue.

More detail from Technet: https://technet.microsoft.com/en-us/library/ff607827.aspx



Free Windows Admin Tool Kit Click here and download it now
June 28th, 2015 9:52pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics