question

johnwilliams-4177 avatar image
0 Votes"
johnwilliams-4177 asked johnwilliams-4177 commented

Syncing on Premise Exchange 2010 Public Folders to Office 365

I am prepping to perform the process listed here "Configure legacy on-premises public folders for a hybrid deployment". Step 4 indicates that you should run Sync-MailPublicFolders.ps1 -Credential (Get-Credential) -CsvSummaryFile:sync_summary.csv

If I understand the process correctly, the Office 365 mailboxes are accessing the public folders directly on prem so I am confused at to what exactly is synchronizing when you run the Sync-MaillPublicFoders script?

office-exchange-online-itprooffice-exchange-hybrid-itprooffice-online-server-exchange
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndyDavid avatar image
0 Votes"
AndyDavid answered johnwilliams-4177 commented

Hey there
All that does is sync the PFs as mail-enabled objects so they can be seen in the Outlook GAL by your Exchange Online Mailboxes.
It also allows you to give send as permissions for 365 mailboxes to those objects that represent the PFs - as well as make them "viewable" by any transport rules you may create in Exchange Online.

Note that they will show up as contacts in Exchange Online, not public folders.

Its not absolutely required that you sync these by the way. Your Exchange Online mailboxes will still be able to access the on-prem Public Folders even if you dont do this step.



· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Ah so I would have to run
New-AcceptedDomain -Name "PublicFolderDestination_78c0b207_5ad2_4fee_8cb9_f373175b3f99" -DomainName contoso.onmicrosoft.com -DomainType InternalRelay

in order for email to be accepted by the mail enabled public folders from Exchange Online Mailboxes?

0 Votes 0 ·

You wouldnt do that here as that is run when migrating on-prem PFs to Exchange Online. In your scenario, the public folders will remain on-prem.

If you decide not to synchronize the on-prem public folders to Exchange Online, then you would need to ensure the Exchange Online accepted domain(s) are set to internal relay so that any external messages to on-prem mail-enabled public folders are routed correctly to the local Exchange Servers, but you wouldnt run that command rather you would run:

 Set-AcceptedDomain  <yourdomain>  -DomainType InternalRelay

But this would be set in Exchange Online, not on-prem in that scenario.

0 Votes 0 ·

Thanks again!!

0 Votes 0 ·