Remote Shared Mailbox

Rising Flight 4,796 Reputation points
2021-10-04T01:43:43.153+00:00

Hi All

i am using exchange 2016 hybrid environment, I have remote shared mailbox and i want to give permissions to one user. I can login to Exchange online powershell and provide the below permissions. I would like to know from exchange onprem powershell can i give the permissions like add-remotemailboxpermission. experts guide me.

Add-MailboxPermission -Identity sharedmailbox1@Company portal .com -User user1@Company portal .com -AccessRights FullAccess -InheritanceType All
Add-RecipientPermission sharedmailbox1@Company portal .com -AccessRights SendAs -Trustee "user1@Company portal .com"
Set-Mailbox -Identity "sharedmailbox1@Company portal .com" -GrantSendOnBehalfTo "user1@Company portal .com"

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,692 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,759 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,198 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xzsssss 8,886 Reputation points Microsoft Vendor
    2021-10-04T08:59:25.91+00:00

    Hi @Rising Flight ,

    Actually you can't modify the remote mailboxes permission from the on-prem EMS. It's located in the cloud and you could only use Exchange Online Powershell to modify it(also online Admin Center).

    You may receive a error said object not found on DC if you gonna try to run Add-MailboxPermission. And also there are no cmdlets like Add-RemoteMailboxPermission.

    You could find all cmdlets here: https://learn.microsoft.com/en-us/powershell/module/exchange/?view=exchange-ps

    Found a case that may help: https://www.reddit.com/r/PowerShell/comments/95wvgz/setting_delegation_permissions_in_hybrid/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information..

    Best regards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amit Singh 5,071 Reputation points
    2021-10-06T10:26:29.263+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.