| Profil de ShijazTechnically SpeakingBlogListesSkyDrive | Aide |
|
29 janvier Upgrading recipient policies created in Exchange 2003After installing Exchange Server 2007 Mailbox server into an Exchange Server 2003 organization, you open Exchange Management Console and navigate to Organization Configuration > Hub Transport > Email Address Policies. You find all the legacy recipient policies that you created in Exchange 2003 over here, but when you try to edit a recipient policy, you get the following error: ![]() Unable to edit the specified E-mail address policy. E-mail address policies created with legacy versions of Exchange must be upgraded using the 'Set-EmailAddressPolicy' task, with the Exchange 2007 Recipient Filter specified. So just how do you fix your email address policy? Yup, you will need to use Exchange Management Shell, no matter how much you hate it. First, lets fix the Default policy using the Set-EmailAddressPolicy cmdlet: Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients Hit 'Y' when you are asked to confirm the upgrade. If you have additional recipient policies, you need to upgrade them as required. One important thing to remember is that, in Exchange 2007, you can specify only from the following 'filter' fields, as far as email address policies (recipient policies) are concerned:
Anyways, lets upgrade our policy using one of the available tactics - lets say - based on Department. If I have an Exchange 2003 recipient policy that gives all users from the sales department email addresses of the form @sales.mydomain.com, my Set-EmailAddressPolicy command would look like this: Set-EmailAddressPolicy "Sales Dept Recipient Policy" -ConditionalDepartment 'Sales' -IncludedRecipients AllRecipients Note that I do not need to specify the email address format for upgrading the recipient policy. CommentairesPour ajouter un commentaire, connectez-vous avec votre identifiant Windows Live ID (si vous utilisez Messenger ou Xbox LIVE, vous avez un identifiant Windows Live ID). Connectez-vous Vous n'avez pas d'identifiant Windows Live ID ? Inscrivez-vous RétroliensL'URL de rétrolien de ce billet est : http://shijaz.spaces.live.com/blog/cns!FE180D5F38023F40!202.trak Blogs Web qui font référence à ce billet
|
|
|