Forum Discussion
tomwrigglesworth
Aug 05, 2024Copper Contributor
Merge user account on-prem and 365 account using Powershell
Hello, We have a user called dan claton who has an on-prem AD username of Dclayton and was not in the sync OU. A technician then created a O365 account for a mailbox dan.clayton@ and this has no...
- Aug 05, 2024You might have to use the "hard match" method instead, see https://www.michev.info/blog/post/6129/how-to-hard-match-entra-id-users-via-the-graph-api-or-the-graph-sdk-for-powershell
tomwrigglesworth
Aug 05, 2024Copper Contributor
That's what we first tried but it just comes up with a duplicate error in O365.
VasilMichev
Aug 05, 2024MVP
You might have to use the "hard match" method instead, see https://www.michev.info/blog/post/6129/how-to-hard-match-entra-id-users-via-the-graph-api-or-the-graph-sdk-for-powershell
- tomwrigglesworthAug 05, 2024Copper ContributorThat's what I was looking for! Thank you