Comments on: Managing Deleted Items under Default Managed folders in Exchange 2007/2009/05/26/managing-deleted-items-under-default-managed-folders-in-exchange-2007/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminFri, 19 Oct 2012 19:54:44 +0000hourly1http://wordpress.com/By: Sneeka/2009/05/26/managing-deleted-items-under-default-managed-folders-in-exchange-2007/#comment-1065Fri, 19 Oct 2012 19:54:44 +0000/?p=417#comment-1065In reply to Sneeka.

Aparently the reply box left out part of my script. Please see below:

Hi,

Your powershell command for applying to all mailboxes is incorrect. It should be:

Get-Mailbox -ResultSize “Number of records|Unlimited” |Set-Mailbox -ManagedFolderMailboxPolicy “Managed Folder Mailbox Policy Name”

where “Number of records|Unlimited” means either enter the number of mailboxes or enter “Unlimited” without the quotes. This is necessary becasue the default is to apply to the first 1000 records only.

Cheers
Sneeka

]]>
By: Sneeka/2009/05/26/managing-deleted-items-under-default-managed-folders-in-exchange-2007/#comment-1064Fri, 19 Oct 2012 19:49:38 +0000/?p=417#comment-1064Hi,

Your powershell command for applying to all mailboxes is incorrect. It should be:

Get-Mailbox -ResultSize |Set-Mailbox -ManagedFolderMailboxPolicy “Managed Folder Mailbox Policy Name”

where means either enter the number of mailboxes or set it as unlimited. This is necessary becasue the default is to apply to the first 1000 records only.

Cheers
Sneeka

]]>
By: habibalby/2009/05/26/managing-deleted-items-under-default-managed-folders-in-exchange-2007/#comment-738Tue, 10 Apr 2012 07:15:55 +0000/?p=417#comment-738Hi,
I’m looking to deploy policy for the deleted items, I have users whose deleted items with thousands of items and they don’t clean it. Is it possible to deploy Deleted items policy on DB level? If yes, how can I do that?

Thanks,
Hussain

]]>