Exchange Hybrid public folder creation.

Sophia 366 Reputation points
2022-06-01T16:18:58.01+00:00

Hello everyone,

The organization i'm working for is currently in an Exchange Hybrid setup.

I have successfully migrated all of the user mailboxes and public folders mailboxes to O365/Exchange online.

So, my question for anyone who can help is:

I just created a mail-enabled public folder in Exchange Online via EAC, the Public Folder is mail-enabled but when I run this command: Get-mailpublicfolder -identity "New-created-PF" | fl

I get for Public folder email address/Primary SMTP: "******@myorgname.onmicrosoft.com"

Did i create the mail enabled public folder correctly? If not, how would I go about fixing it?

Thanks in advance.

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Exchange | Hybrid management
Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
0 comments No comments
{count} votes

Answer accepted by question author
  1. KyleXu-MSFT 26,396 Reputation points
    2022-06-02T01:32:42.003+00:00

    @Sophia

    Yes, it is correct. When you create a mailbox enabled Public Folder, it will use the Exchange online default domain name as email address (@keyman .onmicrosoft.com).

    If you want to change email address for it, you could Connect to Exchange online with PowerShell, then use the command below to modify email address:

    Set-MailPublicFolder -Identity MyPublicFolder -PrimarySmtpAddress ******@contoso.com -EmailAddressPolicyEnabled $false  
    

    Make sure the domain name that used has been verified in Office 365.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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

0 additional answers

Sort by: Most helpful

Your answer

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