Hi, i have tried everything in this post and lots of other posts. But i cant change MailUser to UserMailbox
I have removed license and waited overnight before running the PermanentlyClearPreviousMailboxInfo but its still MailUser. I dont get any errors and . Users that where made in the cloud and not onprem is working. The onprem isnt available so i have run
Set-MsolDirSyncEnabled -EnableDirsync $False
and
Set-MsolDomainAuthentication -DomainName <YourO365Domain.com> -Authentication managed
This is a user that was made in the cloud and working
"
PS C:\Windows\system32> get-exorecipient email address removed for privacy reasons
ExternalDirectoryObjectId : 11111111-ab97-44e4-81ac-000000000000
Identity : Yyyyyy
Alias : Yyyyyy
EmailAddresses : {SIP:email address removed for privacy reasons, SMTP:email address removed for privacy reasons, SPO:SPO_11111111-0000-40c7-ba4c-cdf
26ac1eb49@SPO_00000000-0010-4e37-a6aa-111111111111}
DisplayName : Yyyyyy
Name : Yyyyyy
PrimarySmtpAddress : email address removed for privacy reasons
RecipientType : UserMailbox
RecipientTypeDetails : UserMailbox
ExchangeVersion : 0.20 (15.0.0.0)
DistinguishedName : CN=Yyyyyy,OU=xxxxx.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=NORP
xxxxxxx,DC=PROD,DC=OUTLOOK,DC=COM
OrganizationId : NORPxxxxxxx.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/xxxxx.onmicrosoft.com
- NORPxxxxxxx.PROD.OUTLOOK.COM/ConfigurationUnits/xxxxx.onmicrosoft.com/Configuration
"
This is a user that was made onprem and dont get mailbox
"
PS C:\Windows\system32> get-exorecipient email address removed for privacy reasons
ExternalDirectoryObjectId : ffffffff-0dd5-4cfd-bd03-ffffffffffff
Identity : Xxx Xxxx
Alias : xxxx
EmailAddresses : {SIP:email address removed for privacy reasons, SMTP:email address removed for privacy reasons, X500:/o=Xxxx Exchange/ou=Exchange Administrative G
roup (FYDxxxxxxxxxxxx)/cn=Recipients/cn=Xxx Xxxx13b}
DisplayName : Xxx Xxxx
Name : Xxx Xxxx
PrimarySmtpAddress : email address removed for privacy reasons
RecipientType : MailUser
RecipientTypeDetails : MailUser
ExchangeVersion : 0.20 (15.0.0.0)
DistinguishedName : CN=Xxx Xxxx,OU=xxxxx.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=N
ORPxxxxxxx,DC=PROD,DC=OUTLOOK,DC=COM
OrganizationId : NORPxxxxxxx.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/xxxxx.onmicrosoft.com
- NORPxxxxxxx.PROD.OUTLOOK.COM/ConfigurationUnits/xxxxx.onmicrosoft.com/Configuration
"