Forum Discussion
Migrate to exchange online - NotFoundPermanentException
- Sep 01, 2020
Ich habe es gelöst. Indem ich die User aus dem Sync nahm, sie im Azure AD löschte und erneut gesynct hatte.
Hey Stefan Kießig ,
In hybrid setup the mailbox GUID stamped on the mail user in office 365 should match the mailbox GUID of on-premises exchange mailbox.
When you run get-mailuser for these three users, do you get a output?
Run:
get-mailbox -identity user1@domain.com
If you get an output that would mean that office 365 created mailboxes for these users, if there is already a mailbox created in office 365 for these users, you will have to delete these users from office 365 completely and then sync them again with proper mailbox guid. Make sure there is no data in these mailboxes in office 365 before deleting.
If you don't get an output when you run get-mailbox user1@domain.com then simply run:
set-mailuser -identity user1@domain.com -exchangeguid "paste Guid here from on-premises"
Thanks
Halloharveer singh
ich führte dieses in Powershell aus
get-mailbox -Identity user@contoso.de | fl *guid*
get-mailuser -identity user@contoso.de | fl *guid*
set-mailuser -identity user@contoso.de -exchangeguid "guid"
Ergebniss: WARNUNG: Der Befehl wurde erfolgreich abgeschlossen, es wurden jedoch keine Einstellungen von 'User' geändert.
die Exchangeguid ist die gleiche.
get-mailbox -identity mailto:user@contoso.de gab keine Ergebnisse.
Die GUID aus dem Fehler kann ich nicht finden. Sie stimmt mit der Exchangeguid nicht übernein.
Grüße
Stefan