Office365_Custom Domain 제거가 않될때

안녕하세요.

Office 365에서 내가 소유하고 있는 도메인(ysah.org)을 PowerShell로 제거를 하려고 할 때, Remove-MsolDomain -DomainName ysah.org -Verbose를 실행 했을 때 RemoveDomainError_PS

Remove-MsolDomain : Unable to remove this domain. Use Get-MsolUser -DomainName <domain name> to retrieve a list of objects that are blocking removal. Error가 뜨는 경우 , https://support.microsoft.com/en-us/kb/2787210 의 “Unable to remove this domain” error when you try to remove a domain from Office 365 문서를 활용하자. 나의 경우는 get-recipient | where {$_.EmailAddresses -match “ysah.org”} | fl Name, RecipientType, EmailAddresses 를 한 이후에, smtp 주소에 기록이 남아 있었다.

get_recipient_domain

나의 경우는 Office 365 Admin의 Profile의 Alternative email address에 위 도메인으로 시작하는 주소가 남아 있어서, 삭제가 되지 않았다. Profile => Email address => Other email address 에서RemoveOtherEmailAddr_profileDelete를 한 이후에  , PowerShell에서 Remove-MsolDomain -DomainName ysah.org -Verbose 를 한 이후에, Custom Domain 이 정상적으로 제거가 되었다.

 

 

 

 

 

 

글쓴이: hongwoo jin

I'm managing our Korea company's Office 365 administrator I want to be MS Office 365 & SharePoint MVP with certification.

댓글 남기기

텐서 플로우 블로그 (Tensor ≈ Blog)

머신러닝(Machine Learning), 딥러닝(Deep Learning) 그리고 텐서(Tensor) 또 파이썬(Python)

Jaap Wesselius

Microsoft UC Specialist

Office365 Cloud for My site

Office365 & SharePoint & PowerShell