To Resolve error: recipient not found permanent exception:
-
Check if ExchangeGUID is unset:
Get-RemoteMailbox $RemoteAlias | Format-List ExchangeGUID (Zeros = unset) -
Get ExchangeGUID from cloud mailbox:
Get-Mailbox $CloudMailbox | Format-List ExchangeGUID -
Set ExchangeGUID on remote mailbox:
Set-RemoteMailbox $RemoteMailbox -ExchangeGUID $GUID
- Example: Set-RemoteMailbox $RemoteMailbox -ExchangeGUID “jfuj90i9b-4e95-49b5-9736-14fgfg”
- Force directory sync.