How to remove duplicate emails from an Exchange mailbox

26/03/14

Neil shows us how to remove duplicate emails from Exchange 2007 and above using a powershell script

Have you ever been importing .pst's into Exchange through Outlook and forgotten to tick the "do not import duplicates" check box, then spent the next week trying to remove all the duplicates? Be honest...

Well don't worry, there is a way to export duplicates from any mailbox through powershell, without disrupting the users!

This method works with Exchange 2007 onwards, but I have only tested this on Exchange 2013.

So let's get started....

You will need to create yourself an admin account for this job. I suggest creating an account called "ExportAdmin" or something similar. This new user needs to be a part of the Domain Admins group.

Next you need to grant your new admin account impersonation permissions to the mailboxes in the Exchange Management Shell using the following command:

New-ManagementRoleAssignment -Name:impersonationAssignmentName -Role:ApplicationImpersonation -User:ExportAdmin

**Change ExportAdmin to the name of your admin account

Now you will need to download the Remove-DuplicateItems.ps1 powershell script ready to run, which you can find on the Microsoft Technet site here.

If you don't already have the Exchange Web Services feature installed (EWS), you will need to install this now. You can download it here.

When installing EWS, take note of the installation path, then put the Remove-DuplicateItems.ps1 file into this new folder. By default the install location isC:Program FilesMicrosoftExchangeWeb Services1.2

Now open up Powershell (not the Exchange shell) but run it as the admin account you created earlier. Then change directory to the folder mentioned in the last step. You are now ready to roll!

Be aware that this script will only remove duplicates that are in the same folder. If you have duplicate folders, you would first need to merge them, then run this script to remove any duplicates. The script can run on an entire mailbox, or on a particular folder, for example you can run it on the Calendar folder only to remove duplicate meetings!

The example below permanently deletes duplicate items from all folders in the user's mailbox, using the admin account you created, by matching the criteria set out in the script such as the date and time received and the sender along with the subject.

.\Remove-DuplicateItems.ps1 -Mailbox "user@domain.com" -Type All -Impersonation -DeleteMode HardDelete -Mode Full -Verbose

Change the  parameter to the email address of the mailbox you want to administer, and if you only want to move duplicates to the deleted items folder so you can check which items have been detected, change the -DeleteMode parameter to MoveToDeletedItems

You can change certain other parameters to meet your needs. For instance if you only want to remove duplicate items from the user's calendar, then change -Type All to Calendar. A full list of available parameters is shown below:

Server - Exchange Client Access Server to use for Exchange Web Services. When omitted, the script will attempt to use Autodiscover.

Impersonation - When specified, uses impersonation for mailbox access, otherwise current logged-on user is used.

DeleteMode - Determines how to remove messages. Options are:

Type - Determines what kind of folders to check for duplicates. Options are:

Mode - Determines how items are matched. Options are:

As you can see from the results above, the test mailbox I processsed had no duplicates (as I had already run the script and forgot to take a screen shot of the results...sorry!)

I presume that you could use the get-mailbox | command to run this script against multiple maiboxes but as of yet this is untested. I will post the results once this has been verified!

I hope this saves you a huge headache next time you (or a client) misses that all-important check box!

If you are in need of further IT support, be sure to contact us today.

let's start the ball rolling

Fill in the form or use the contact details below and we’ll get our expert team to put together a package that’s personal to your business.

hello@resolve.co.uk
Sales: 0114 213 4555
Support: 0114 299 4050