I have a SharePoint farm with 10 users. What will happen if I delete those 10 users from AD and create 10 users with same name? Will SharePoint consider them as different 10 users or same? If it considers them as different users how to make SharePoint consider them as same users? I think I worte it too complicated
Hi there,
Same ID or name in AD will not make SharePoint recognize it as the same user. For this you need to use the cmdlt Move-SPUSer. See https://technet.microsoft.com/en-us/library/ff607729(v=office.15).aspx
Marc