Skip to content
DigitalRGS

DigitalRGS

Journey through the Gaming World, Navigate the Social Media Landscape, and Dive into the Tech Realm

Primary Menu
  • Home
  • Gaming World
  • Social Media World
  • Tech World
  • Contact Us
  • Gaming World
    • Freshest Facts
  • Home
  • Latest
  • Configure permissions in Exchange hybrid

Configure permissions in Exchange hybrid

Renee Straphorn 5 min read
2669

Microsoft Exchange is a free, cloud-based email service that is used by millions of people worldwide. It’s also an excellent platform for running your business. But what are the best ways to configure permissions in an Exchange hybrid deployment?

The exchange hybrid permissions are used to configure the permissions in Exchange hybrid. These permissions can be configured on an individual mailbox basis or across an entire organization.

Before you begin migrating any mailboxes to Exchange Online – Office 365, go through the Exchange hybrid test plan checklist. One of the objectives is to establish permissions cross-premises and verify that shared mailbox access, send as, send on behalf, and delegate access in an Exchange hybrid configuration function properly.

Before you begin,

Make sure your organization has the most recent Azure AD Connect and Cumulative Update installed. Because both versions addressed issues with cross-premises mailbox permissions, this is the case.

When pushing changes in an Exchange hybrid deployment, remember to be patient. Before you notice changes in cross-premises, wait or forcibly sync Azure AD Connect.

Activate object synchronization for ACLable objects.

The ACLableSyncedObjectEnabled option determines whether ACLableSyncedMailboxUser is stamped on remote mailboxes in hybrid setups. It’s turned off by default.

Check to see whether the organization has ACLable object synchronization enabled. On your on-premises Exchange Server, run Exchange Management Shell as an administrator. Use the cmdlet Get-OrganizationConfig.

It’s disabled in our case since the value is False.

C:>Get-OrganizationConfig | ft Name,ACL* Name ACLableSyncedObjectEnabled | ft Name,ACL* Name ACLableSyncedObjectEnabled —————————————————————————————————————————————— False EXOIP

Using the Set-OrganizationConfig cmdlet and the -ACLableSyncedObjectEnabled option, enable ACLable object synchronization.

C:>Set-OrganizationConfig -ACLableSyncedObjectEnabled $True Set-OrganizationConfig -ACLableSyncedObjectEnabled $True Set-OrganizationConfig -ACLableSyncedObjectEn

Any mailboxes you migrate to Microsoft 365 or Office 365 will be appropriately setup to enable delegated mailbox permissions once you do this. If you completed these steps before moving mailboxes to Microsoft 365 or Office 365, you’ll need to manually activate ACLs on those mailboxes using the instructions below.

ACLs may be enabled on a single mailbox that has been migrated to Microsoft 365 or Office 365.

[PS] C:>Get-AdUser “Amanda.Morgan” | Set-AdObject -Replace @msExchRecipientDisplayType=-1073741818 | Set-AdObject -Replace @msExchRecipientDisplayType=-1073741818

All mailboxes that have been migrated to Microsoft 365 or Office 365 should have ACLs enabled.

C:>Get-RemoteMailbox -ResultSize Unlimited | where $_.RecipientTypeDetails -eq “RemoteUserMailbox” | ForEach Get-AdUser -Identity $_.Guid | Set-ADObject -Replace @msExchRecipientDisplayType=-1073741818 | Set-ADObject -Replace @msExchRecipientDisplayType=-107374

To ensure that the mailboxes have been changed correctly.

[PS] C:>Get-RemoteMailbox -ResultSize unlimited | ForEach Get-AdUser -Identity $_.Guid -Properties Get-AdUser -Identity $_.Guid -Properties Get-AdUser -Identity $_.Guid -Properties Get-AdUser -Identity $ Format-Table DistinguishedName,msExchRecipientDisplayType -Auto,msExchRecipientDisplayType

Important: Only set the msExchRecipientDisplayType value -1073741818 for user mailboxes, not resource mailboxes.

In Exchange hybrid, Full Access permission is required.

When transferring mailboxes, all access rights will be preserved. For cross-premises access, you must provide Full Access rights when establishing new mailboxes in Exchange Online or Exchange on-premises.

On-premises, run the command in Exchange Management Shell.

C:>Add-MailboxPermission -Identity “[email protected]” -User “[email protected]” [PS] C:>Add-MailboxPermission -Identity “[email protected]” -User “[email protected]” Identity User AccessRights IsInherited -AccessRights “FullAccess” -InheritanceType “All” Deny ———————————————————————————————————————————————————————————————— EXOIPTest.Mailbox2 FullAccess exoip.local/Compa… False False False False False False Fal

Start Outlook in the user’s name. Mailbox2 is being tested. Check that you have complete control over the [email protected] mailbox.

In Exchange hybrid, the Send As permission is required.

When transferring mailboxes, Send As permissions will be preserved. For cross-premises access, you must provide Send As rights when establishing new mailboxes in Exchange Online or Exchange on-premises.

On-premises, run the command in Exchange Management Shell.

C:>Add-ADPermission -Identity “sharedmailboxonprem” -User “[email protected]” [PS] C:>Add-ADPermission -Identity “sharedmailboxonprem” -User “[email protected]” -ExtendedRights “ExtendedRight” -AccessRights “ExtendedRight” Identity User Deny Inherited “Send As” ———————————————————————————————————————————————— EXOIPTest.Mailbox2 False False exoip.local/Compa…

Then, in Exchange Online PowerShell, execute the appropriate command. Enter by pressing Y.

PS C:> Add-RecipientPermission -Identity “sharedmailboxonprem” -Trustee “exoip.com” -AccessRights “SendAs” Are you sure this is what you want to do? On recipient Identity:’sharedmailboxonprem’, adding recipient permission ‘SendAs’ for user or group ‘[email protected]’. [Y] [A] Yes Yes to Everything [N] [L] is not an option. [?] No to All (The default value is “Y”): Y’s Personality Trustee AccessRights is an AccessControlType. Inherited ———————————————————————————————————————————————————————————————————————————— Mailbox2 AllowSendAs False SharedMailboxOnPrem

Start Outlook in the user’s name. Mailbox2 is being tested. Check that [email protected] may be used to send emails. An email is sent to [email protected] in our example.

1634250512_275_Configure-permissions-in-Exchange-hybrid

Check that the email was sent to Alison Bell and that it was sent as SharedMailboxOnPrem.

1634250513_517_Configure-permissions-in-Exchange-hybrid

In Exchange hybrid, the Send on Behalf permission

For Send on Behalf permission to operate, you must enable ACLable object synchronization. Send on Behalf will not function on cross-premises otherwise. See the previous step for more information.

C:>Set-Mailbox “[email protected]” -GrantSendOnBehalfTo @add=’[email protected]’ @add=’exoip.com’ @add=’exoip.com’ @add=’exoip.com’ @add=’exoip.com’ @add=’exoip.com’ @add=’exoip.com

Assume the user Test Mailbox2 in Outlook. Confirm that you have permission to send on behalf of [email protected]. An email is sent to [email protected] in our example.

1634250514_267_Configure-permissions-in-Exchange-hybrid

Check that the email was delivered to Boris Campbell and that it was sent on his behalf.

In Exchange hybrid, you may delegate access.

For Delegate access to work, make sure you enable ACLable object synchronization. Delegate access will not function on cross-premises otherwise. See the previous step for more information.

Delegate permissions should be added.

C:>Add-MailboxFolderPermission -Identity -Identity -Identity -Identity -Identity -Identity -Identity -Identity “[email protected]: [email protected]: “exoip.com” -User “[email protected]” -User “exoip.com” -User “ex” “Editor” -AccessRights

Start Outlook in the user’s name. Mailbox2 is being tested. Check that you have access to Boris Campbell’s calendar as a delegate. Create a new appointment by right-clicking on Boris’ calendar.

1634250514_540_Configure-permissions-in-Exchange-hybrid

Did this information assist you in setting up Exchange hybrid cross-premises permissions?

Conclusion

In Exchange hybrid, you learnt how to set permissions. All permissions will be preserved when you transfer mailboxes. However, there are some extra procedures to take when creating new mailboxes and granting rights across on-premises and Exchange Online mailboxes.

Did you find this article to be interesting? You may also be interested in using PowerShell to save sent items in a shared mailbox. Don’t forget to subscribe to our newsletter and share this post.

The exchange hybrid calendar sharing is a feature that allows users to share calendars with other people. This can be configured in the Exchange hybrid configuration.

Related Tags

  • enable aclable object synchronization at the organization level.
  • permissions required to run hybrid configuration wizard
  • office 365 user cannot access on premise mailbox
  • exchange online delegate permissions
  • exchange hybrid send as

About The Author

Renee Straphorn

See author's posts

Continue Reading

Previous: How to Resolve “NVIDIA Output Not Plugged In” Error in Windows PC
Next: Download DekuGen for PC Windows 10,8,7

Related Stories

Worldcoin: Unique Features that Make this Crypto Project Stand Out Image1
4 min read

Worldcoin: Unique Features that Make this Crypto Project Stand Out

Maggie Hopworth 24
BNB’s Journey From A Bold Ico To The Fifth-Largest Crypto In A Sea Of 17,000+ Free Silver cryptocurrency coins arranged on a wooden surface spelling 'crypto'. Stock Photo
5 min read

BNB’s Journey From A Bold Ico To The Fifth-Largest Crypto In A Sea Of 17,000+

Renee Straphorn 49
Has Your Email Been Hacked? Here’s How to Check and What to Do
5 min read

Has Your Email Been Hacked? Here’s How to Check and What to Do

Renee Straphorn 70
The Betting Ladder: Climbing from Low Stakes Fun to High Roller Territory Image2
5 min read

The Betting Ladder: Climbing from Low Stakes Fun to High Roller Territory

Renee Straphorn 73
Ukrainian Brides: Myths & Facts Image2
4 min read

Ukrainian Brides: Myths & Facts

Renee Straphorn 81
What Are the Advantages of Playing in Mobile Online Casinos?
5 min read

What Are the Advantages of Playing in Mobile Online Casinos?

Renee Straphorn 87

What’s Hot

What are the key features of Ometria? ometria crm 40m 75m butchertechcrunch

What are the key features of Ometria?

March 27, 2023
Moss is a spend management app that helps businesses keep track of their spending moss 75m series tiger 500mdillettechcrunch

Moss is a spend management app that helps businesses keep track of their spending

March 27, 2023
Bibit is a robo-advisor app for Indonesian investors bibit 30m sequoia capital 45mshutechcrunch

Bibit is a robo-advisor app for Indonesian investors

March 27, 2023
What are the key features of Ometria? ometria crm 40m 75m butchertechcrunch

What are the key features of Ometria?

March 27, 2023
Why the Alexa Turing Test is Important the alexa turing test fastcompany

Why the Alexa Turing Test is Important

December 20, 2022

3981 Solmonel Avenue
Melos, SC 10486

  • Privacy Policy
  • Terms & Conditions
  • About Us
  • Freshest Facts
© 2022 Digitalrgs.org
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT