Forum Discussion
MOERA address not created (Resolved)
Hi c_small
The Exchange Hybrid Configuration Wizard adds the MOERA Address to the Default EmailAddressPolicies.
Check with:
Get-EmailAddressPolicy -Identity "Default Policy" | fl Name, Enabled*
I guess these two Accounts have the "EmailAddressPolicyEnabled" set to False
Check with:
Get-Mailbox -Identity YourUser | fl EmailAddressPolicyEnabled
Regards
Andres
- c_smallDec 20, 2023Copper ContributorThank you. There is no hybrid exchange though. There is no exchange on-premise and there never has been. It is native exchange online, does your suggestion still apply?
- Andres-BohrenDec 20, 2023Iron Contributor
Hi c_small
If you're not using Exchange Hybrid the email address removed for privacy reasons and email address removed for privacy reasons are not very important.
You still can check if the Emailaddresspolicy is enabled on these Mailboxes.
Regards
Andres
- c_smallDec 20, 2023Copper Contributor
Andres-Bohren The issue is resolved. The address is needed in my case for migration purposes.
I believe the fix was removing the Exchange license from the users and letting it strip the Exchange related data from users. At this point we were allowed to add the MOERA address manually without an error. Afterwards assigning the Exchange license back to the user.
previously when attempting to manually add the MOERA address it would fail with an error about being unable to write the data back to entra with dual-write etc..
thank you for you assistance!