Comments on: Configuring Exchange Hybrid Cross-Forest Permissions https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/ Practical Office 365 News, Tips, and Tutorials Mon, 08 Jul 2019 07:15:08 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: GavinM https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-217989 Mon, 08 Jul 2019 07:15:08 +0000 https://www.practical365.com/?p=40815#comment-217989 In reply to Riaz.

See the comments above about using “msExchDelegateListLink” not “msExchDelegateListLink/BL”.

]]>
By: Riaz https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-208477 Fri, 10 May 2019 20:35:25 +0000 https://www.practical365.com/?p=40815#comment-208477 Anyone get the following error?
Set-ADUser : The attribute cannot be modified because it is owned by the system

???

]]>
By: Karthik Muthukumar https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-200471 Wed, 10 Apr 2019 07:46:25 +0000 https://www.practical365.com/?p=40815#comment-200471 In reply to Tony Murray.

This one worked for me

Set-ADUser -Identity sales -Add @{msExchDelegateListLink=”CN=nathan,OU=contoso,DC=@mcsmlab,DC=com”}

]]>
By: hghgf https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-199227 Wed, 03 Apr 2019 19:01:04 +0000 https://www.practical365.com/?p=40815#comment-199227 In reply to bret.

woops please edit out the ad user with your own, obviously.

]]>
By: bret https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-199225 Wed, 03 Apr 2019 18:59:51 +0000 https://www.practical365.com/?p=40815#comment-199225 it works but only if you put it in the correct distinguishedName format.

Set-ADUser –Identity SM-InventoryControl -add @{“msExchDelegateListLink”=”CN=name,OU=xxxxx,OU=xxxx,OU=xxxxx,DC=xxxx,DC=com”}

]]>
By: Chumpy https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-184936 Sat, 12 Jan 2019 00:14:45 +0000 https://www.practical365.com/?p=40815#comment-184936 Real talk, did you ever test this stuff before you wrote it?

I don’t believe you did

]]>
By: Steven Provo https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-175554 Wed, 12 Dec 2018 10:13:14 +0000 https://www.practical365.com/?p=40815#comment-175554 In reply to D Akary.

You are right, on-premises you can’t set Send-As permissions with the Add-MailboxPermission cmdlet.

Add-ADPermission -Identity “Mailbox” -User GrantedUser -AccessRights ExtendedRight -ExtendedRights “Send As”

]]>
By: Cam https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-171545 Thu, 22 Nov 2018 17:49:23 +0000 https://www.practical365.com/?p=40815#comment-171545 Set-ADUser -Identity nathan@mcsmlab.com -Add @{msExchDelegateListLink/BL=sales@mcsmlab.com}

Doesn’t work for me either i have tried it without the / with no success, please advise?

Thanks

]]>
By: John Milner https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-169496 Sun, 11 Nov 2018 14:12:47 +0000 https://www.practical365.com/?p=40815#comment-169496 In reply to Tony Murray.

I also had issues with msExchDelegateListLink/BL (Exchange 2013 CU20 Schema). I had the best results using msExchDelegateListLink with the Username in Distinguished Name format, for example @{msExchDelegateListLink=’CN=Jess Henry,OU=Group,OU=Users,OU=Group,DC=jfrmilner,DC=local’}
As I’ll most likely need this again I’ve saved a full example to my github
https://github.com/jfrmilner/PowerShell-Office365/blob/master/Scripts/Migration-HybridAutoMappingMailboxPems.ps1 (hope it helps someone)

]]>
By: Anson HO https://practical365.com/configuring-exchange-hybrid-cross-forest-permissions/#comment-166704 Tue, 23 Oct 2018 09:29:26 +0000 https://www.practical365.com/?p=40815#comment-166704 Hi Nathan,

I also got error from running the following commands:

Set-ADUser -Identity nathan@mcsmlab.com -Add @{msExchDelegateListLink/BL=sales@mcsmlab.com}

is that have to run

Set-ADUser -Identity nathan@mcsmlab.com -Add @{msExchDelegateListLink=sales@mcsmlab.com}

or

Set-ADUser -Identity nathan@mcsmlab.com -Add @{msExchDelegateListBL=sales@mcsmlab.com}

Looking forward to hearing from you.

Many thanks.

]]>