We created a domain in Office365 and validated it, this was a Premium Free trial, then we shifted to a simple Office365 without Exchange. We would like to remove the domain, so we created a domain.onmicrosoft.com and moved the users to that domain. When
we use the remove domain in Admin Center it just fails without any message. In PowerShell: Remove-MsolDomain -DomainName domain.com shows this error: Remove-MsolDomain : Unable to remove this domain. Use Get-MsolUser –DomainName <domain name> to retrieve
a list of objects that are blocking removal.
Running Get-MsolUser -DomainName domain.com shows 6 users, the domain contains 14 users total, so 8 users appear OK. Looking further it looks like the users that have a problem show CloudExchangeRecipientDisplayType of 1073741824 while the users that work
that field is empty. Everything else looks OK.
Any ideas how to remove the domain or troubleshoot this problem?
Thanks...