Showing posts with label Public Folder. Show all posts
Showing posts with label Public Folder. Show all posts

Monday, November 15, 2010

Public Folder Item Count report

This can help compare public folder replicas on two different servers

Get-PublicFolder –server server1 -Recurse |Get-PublicFolderStatistics |ft Name, ItemCount, FolderPath > pfreport-sever1.txt

Friday, December 11, 2009

Unable to send emails to a mail enabled Public Folder

When trying to send emails to a mail enabled Public Folder your users receive the following NDR

Delivery has failed to these recipients or distribution lists:

emailaddress@domain.com
There's a problem with the recipient's mailbox. Microsoft Exchange will not try to redeliver this message for you. Please try resending this message, or provide the following diagnostic text to your system administrator.
_____

Sent by Microsoft Exchange Server 2007
Diagnostic information for administrators:

Generating server: htserver.domain.com

emailaddress@domain.com
#550 5.2.0 STOREDRV.Deliver: The Microsoft Exchange Information Store service reported an error. The following information should help identify the cause of this error: "MapiExceptionNotAuthorized:16.18969:E70F0000……

Error: MapiExceptionNotAuthorized makes it apparent that the issue is with permissions.

Check the public folder permissions, use PFDAVAdmin or Microsoft Outlook for it. Make sure that Anonymous has Contributor permission level.

Sunday, December 6, 2009

Auto Delete Old Items from a Public Folder

image

Open Public Folder Management Console from Exchange Management Console, open the properties of a public folder and go to Replication tab and entre the “Local replica age limit (days)” value.