반응형
Exchange Admin Center에서 Cross Tenant Migration을 진행할 때 Target Delivery domain 이 지정 안 되는 증상이 나타나는 경우가 있습니다.
"Target delivery domain not found"
Test-MigrationServerAvailability 진행시 Success 확인
해외 사례 확인시 이러한 경우에는 Powershell 명령어로 진행이 필요한 것으로 확인됩니다.
New-MigrationBatch -Name "BatchName" -CSVData ([System.IO.File]::ReadAllBytes("CSVFileLocation")) -SourceEndpoint "EndpointName" -TargetDeliveryDomain "TargetDeliveryDomain" -AutoStart
반응형