When migrating from Exchange 2003 to Exchange 2010, the e-mail address policies must be converted to the current Exchange version so that they can be edited from the Exchange 2010 Management Console. If the policies have not yet been converted, you will receive this error message
"The specified email address policy could not be edited. Email address policies created with a previous version of Exchange must be updated with the "Set-EmailAddressPolicy" task, specifying the Exchange 2010 recipient filter"
To update the address policy, we enter the following command in the Exchange Shell:
Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients
After executing the command, the "Default Policy" can be edited in the Exchange console. Of course, this also works with any other address policy.
Erhalte über die EMS des Ex14.3 folgende Fehlermeldung:
Die Empfängerrichtlinie ‚Default Policy‘ mit Postfach-Manager-Einstellungen kann nicht über die aktuelle Version der Exchange-Verwaltungskonsole verwaltet werden. Verwenden Sie eine Verwaltungskonsole mit der gleichen Version wie das Objekt.
+ CategoryInfo : InvalidOperation: (Default Policy:ADObjectId) [Set-EmailAddressPolicy], InvalidOperation Exception
+ FullyQualifiedErrorId : 7758D49B,Microsoft.Exchange.Management.SystemConfigurationTasks.SetEmailAddressPolicy
+ PSComputerName : **********************
Danke für den Hinweis, hat mir Zeit gespart.
Danke für den kurzen und prägnanten Tipp. :)