How to delete the deleted Items folder in Exchange 2003

 

I had a problem that users used the deleted Items as a filing cabinet.
This is how we got rid of that J

There are 2 ways accomplishing this task one is via GroupPolicy and one is through Exchange System Manager.
In this article I’ll discuss the latter because I love to use the tools builtin in ESM.

Go to ESM

clip_image002[9]

Then go to the folder recipients in ESM and hit the right mousebutton.
And choose [Recipient Policy]

clip_image004[8]

The dialogbox New Policy appears check the checkbox [Mailbox Manager Settings] and hit [OK]
clip_image006[8]

Now give the Policy a meaningfull name
clip_image008[8]
And Hit the [Modify] button because I want this policy only to be applied to the office department in Amsterdam.
I’ll show you how I can do that.
In the find Exchange Recipients dialogbox go to the dropdownbox find and choose Custom Search.

clip_image010[8]

In the Custom Search Tab choose Contact and select Department.
(I use in ADUC the organization tab and I fill the department field with Amsterdam for users in the OU Amsterdam)

clip_image012[8]

clip_image014[8]

Now click [Add]

The filter will appear in the condition list and we can hit the [OK] button
clip_image016[8]

You’ll get a message
clip_image018[8]

You can hit [OK]

When you use a custom search your ldap query is very short.

(&(objectCategory=contact)(department=Amsterdam))

If I would have used the exchange recipients my query would look like this.
(&(&(&(& (mailnickname=*)
(|
(&
(objectCategory=person)
(objectClass=user)
(!(homeMDB=*))
(!(msExchHomeServerName=*)))
(&
(objectCategory=person)
(objectClass=user)
(|(homeMDB=*)
(msExchHomeServerName=*)))
(&
(objectCategory=person)
(objectClass=contact))
(objectCategory=group)
(objectCategory=publicFolder)
(objectCategory=msExchDynamicDistributionList) )))
(objectCategory=user)(department=Amsterdam)))

We now go to the actual Settings TAB [Mailbox Manager Settings (Policy)]

In the dropdown list [When processing a mailbox] I chose Delete Immediately.
You can also let a report be generated but that is not what we want.
clip_image020[8]
Only set the checkbox for Deleted Items and I edited the rule like this

clip_image022[8]

This way all Items older than 30 days are deleted.
The policy is set and we have completed the first part, now we have to go to the mail server in ESM which is under Administrative groups,

clip_image024[8]

When you select the server hit the right mouse button and choose properties.
Then go to the TAB [Mailbox Management]

clip_image026[8]
Choose the settings you like but let it not interfere with a backup or defragment process which both should run every night (at least in my case it is)

I hope this helps you in getting rid of those users who use the deleted items folder as a filing cabinet.

Comments

Unknown said…
Excellent ! I was looking for this! MANY Thanks

Popular posts from this blog

Exchange Server Error -1018: How Microsoft IT Recovers Damaged Exchange Databases

Server and Domain Isolation Using IPsec and Group Policy

[Solved] The Group Policy client-side extension Internet Explorer Zonemapping failed to execute