The Specified E-mail Address Policy Couldn’t Be Edited.


IT Problem

If you have a 2010 exchange server and also a legacy exchange 2003 server, when you try and edit the recipient update policy then you may see the error below.

The specified e-mail address policy couldn’t be edited. E-mail address policies created with legacy versions of Exchange must be upgraded using the ‘Set-EmailAddressPolicy’ task, with the Exchange 2010 Recipient Filter specified

 

IT Solution

We need to use the set-emailaddresspolicy cmdlet to set the the exchange 2010 server to be able to manage the recipient policy.

 

OK so open up the exchange power shell console and copy and paste the below text into it then press return.

 

Get-EmailAddressPolicy | where {$_.RecipientFilterType –eq “Legacy”} | Set-EmailAddressPolicy –IncludedRecipients AllRecipients

 

Restart the exchange 2010 console and you will now be able to edit the recipent policy in exchange 2010

Related posts:

  1. Guide To Creating an E-Mail Protection Policy In Forefront TMG 2010
  2. Exchange 2007 / 2010 Distribution groups – Not receiving external mail
  3. Forward Exchange 2007 or 2010 email to external account
  4. Exchange 2010 not receiving external mail when first installed.
  5. Delete Mail from Multiple Mailboxes

Discuss This Article

If you can add to this article please do below, no registration is required