Wednesday, April 3, 2013

Converting Exchange Public Folders



 Converting Public Folders to Shared Mailboxes
 
 

1.) Create the new Shared mailbox.
a. Give it the same name as the public folder being converted.
b.Make sure the users who have access to the public folder are added to the security group so they have Full Access and Send-As rights to the new mailbox.

2.) Using PowerShell , note the LegacyExchangeDN of the mail-enabled public folder:
Get-MailPublicFolder <pf-smtpaddress> | Select LegacyExchangeDN

3.) Using PowerShell, note the SMTP addresses assigned to the public folder
(Get-MailPublicFolder <pf-smtpaddress>| Select emailaddresses).emailaddresses | where {$_.prefixstring -eq 'smtp'}

4.) Mail-disable the public folder and allow a few minutes for AD to replicate this change. Mail destined to the original public folder may bounce during this time frame.
5.) Add the LegacyExchangeDN value to the new shared mailbox as an X.500 email address. This will allow mail originally destined for the public folder to be delivered to the new shared mailbox instead. This is to support replies to older messages.
6.) Add the SMTP addresses to the new shared mailbox if they are not already auto-assigned by the email address policy.