반응형


 

MigrationPermanentException: Cannot find a recipient that has mailbox GUID '813694d3-3a53-470a-8910-343f5b25ae65'. --> Cannot find a recipient that has mailbox GUID '813694d3-3a53-470a-8910-343f5b25ae65'.

 

"MigrationPermanentException: Cannot find a recipient that has mailbox GUID " error message when you try to move a mailbox in an Exchange hybrid deployment

https://support.microsoft.com/en-us/help/2956029/migrationpermanentexception-cannot-find-a-recipient-that-has-mailbox-g

 

 

Cause

This behavior occurs because the value of the mailbox GUID isn't stamped on the associated mailbox in the on-premises organization.

 

Note The mailbox value is stored in the ExchangeGUID property (also known as the msExchMailboxGUID attribute).

 

This situation occurs because the value of the property isn't synced to the associated remote mailbox in the on-premises organization when a mailbox is created in Exchange Online.

 

To move a mailbox, the value of the ExchangeGUID property must be the same in the Exchange Online mailbox and in the associated on-premises remote mailbox.

 

이 문제는 온-프레미스 조직의 연결된 사서함에 사서함 GUID의 값이 찍히지 않기 때문에 발생합니다.

 

참고 사서함 값은 ExchangeGUID 속성 ( msExchMailboxGUID 특성 이라고도 함 )에 저장됩니다.

 

Exchange Online에서 사서함을 만들 때 속성 값이 온-프레미스 조직의 연결된 원격 사서함에 동기화되지 않기 때문에 이러한 상황이 발생합니다.

 

사서함을 이동하려면 ExchangeGUID 속성 값이 Exchange Online 사서함과 연결된 온-프레미스 원격 사서함에서 같아야합니다.

 

 

Exchange Online Shell 에서 Exchange GUID 조회

Get-Mailbox <MailboxName> | Format-List ExchangeGUID


On-Premise Shell 에서 Exchange GUID 입력

Set-RemoteMailbox <MailboxName> -ExchangeGUID <GUID> 


다시 동기화를 시작해보면 정상적으로 진행되는 것을 확인할 있습니다.



반응형

'Exchange' 카테고리의 다른 글

Exchange Server. Sizing (4) Calculator  (0) 2020.05.12
Exchange Server. Sizing(3)  (0) 2020.04.19
Exchange Hybrid. Outlook 2016에서 계정연결 안되는 증상  (0) 2020.04.11
Exchange Server. Sizing(2)  (0) 2020.04.06
Exchange Server. Sizing(1)  (0) 2020.04.05

+ Recent posts