Issue: Office 365 users cannot access newly created public folder
Resolution:
Opened Windows PowerShell as an admin and ran command below for each public folder in order to grant permissions for external senders to send to the folders.
__________________________
Set-ExecutionPolicy Unrestricted -Force
connect-exchangeonline
Add-PublicFolderClientPermission "\Folder Name" -AccessRights CreateItems -User Anonymous
__________________________
- Set domain (yourdomain.com) to use Internal Relay in the EAC.
• Ran PowerShell command below for each public folder to remove the email address policy.
__________________________
Set-MailPublicFolder -Identity "\Folder Name" -EmailAddressPolicyEnabled $False
__________________________
- Edit each public folder in the EAC and set the secondary proxy address with domain (yourdomain.com) to be used as the reply to address
Mail-enable or mail-disable a public folder
https://docs.microsoft.com/en-us/exchange/collaboration/public-folders/mail-enable-or-disable?view=exchserver-2019
Use favorite public folders in Outlook on the web
https://docs.microsoft.com/en-us/exchange/collaboration-exo/public-folders/use-favorite-public-folders
Comments
0 comments
Please sign in to leave a comment.