Converting from Federated Users (ADFS Authenticated) To Standard Users and Password Sync
I recently assisted a client converting from using Federated Users that authenticate using ADFS to Standard User with DirSync and Password Sync. This Post is very helpful, http://social.technet.microsoft.com/wiki/contents/articles/17857.aad-sync-how-to-switch-from-single-sign-on-to-password-sync.aspx What we found that converting the domain using the Convert-MSOLDomainToStandard –DomainName <federated domain name> -SkipUserConversion $false -PasswordFile c:userpasswords.txt Command from the link above did not convert…