Forum Discussion
Enabling Cross-premises delegate access
https://support.microsoft.com/en-gb/help/4051497/a-remote-mailbox-created-in-on-premises-active-directory-is-not
- Marc PituleyMay 03, 2018Copper Contributor
Yeah I have seen that already and have set msExchRecipientDisplayType on all migrated mailboxes, and that works for allowing on-premises users to add a cloud mailbox user as a delegate.
However, my problem is the reverse. A cloud mailbox user is not able to add an on-premises user as a delegate.
- Andy DavidMay 04, 2018MVP
It may not be enabled in your tenant yet. You cant enable it yourself in 365.
Set-OrganizationConfig -ACLableSyncedObjectEnabled $true
applies to on-prem only, not Office 365
- Connan_OlufsonMay 04, 2018Copper Contributor
Is the way to check if your tenant has been enabled to run Get-OrganizationConfig from Exchange Online PowerShell and look for the value of ACLableSyncedObjectEnabled? It was set to false for my organization when I last checked.
My organization has the same problem as Marc's (on-prem users can add cloud users as delegates; cloud users still can't assign delegate permissions to an on-prem user).
Is there an updated timeline for the roll out, I believe that I read that it should have been completed by April?