Forum Discussion
Mathieu_Verhaeghe
Apr 20, 2021Copper Contributor
Tenant Emails
Hi, is have a problem with lost emails. I have a new tenant created with an existing emailadres. But iv lost some emails. The old tenant user and email are deleted to create the email in the new ...
Mathieu_Verhaeghe
Apr 20, 2021Copper Contributor
SeanMcAvinue
Apr 20, 2021MVP
Ok, that may be caused by the domain no longer existing, you can try restore with a new upn via PowerShell:
Restore-MsolUser -UserPrincipalName user@domain.com -AutoReconcileProxyConflicts -NewUserPrincipalName user@domain.onmicrosoft.com
https://docs.microsoft.com/en-us/office365/troubleshoot/active-directory/restore-deleted-user-accounts
Restore-MsolUser -UserPrincipalName user@domain.com -AutoReconcileProxyConflicts -NewUserPrincipalName user@domain.onmicrosoft.com
https://docs.microsoft.com/en-us/office365/troubleshoot/active-directory/restore-deleted-user-accounts