Default Policy not applying
-
Monday, February 20, 2012 12:34 PM
Hi All
My Default email address policy is not applying.
Upgraded from 2003 -> 2007,
Have upgraded email address policy and address lists as per this article:
http://www.fots.nl/index.php/archive/update-legacy-email-address-policies-and-address-lists/
If I edit the default policy I am unable to change any settings, however it does allow me to add email addresses, click next and schedule to apply immediately, next, next..
I then get this error:
--------------------------------------------------------------
Summary: 2 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:00
Edit Default Policy
Failed
Error:
The operation cannot be completed on the default e-mail address policy.
Exchange Management Shell command attempted:
set-EmailAddressPolicy -Instance 'Default Policy'
Elapsed Time: 00:00:00
Apply Default Policy
Cancelled
--------------------------------------------------------------
and the changes I have made, such as adding a email address do not apply and are not saved in the policy, IE: Are not there when I edit the policy again.
The policy is also not automatically applying to new users, and so I have to manually add email addresses to there accounts, which then work ..
If I run:
set-EmailAddressPolicy -Instance 'Default Policy'
in powershell I get the below
---------------------------------------------------------------
[PS] C:\Windows\system32>set-EmailAddressPolicy -Instance 'Default Policy'
Set-EmailAddressPolicy : Cannot bind parameter 'Instance'. Cannot convert the "Default Policy" valu
e of type "System.String" to type "Microsoft.Exchange.Data.Directory.SystemConfiguration.EmailAddre
ssPolicy".
At line:1 char:33
+ set-EmailAddressPolicy -Instance <<<< 'Default Policy'
+ CategoryInfo : InvalidArgument: (:) [Set-EmailAddressPolicy], ParameterBindingExcep
tion
+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.Exchange.Management.SystemC
onfigurationTasks.SetEmailAddressPolicy
---------------------------------------------------------------If I Apply the policy i get
-------------------------------------------------------------------
Summary: 1 item(s). 1 succeeded, 0 failed.
Elapsed time: 00:00:02
Apply Default Policy
CompletedExchange Management Shell command completed:
update-EmailAddressPolicy -Identity 'Default Policy'Elapsed Time: 00:00:02
----------------------------------------------------------------------
However the policy still does not apply to new users (or old)..
any ideas??
Many Thanks
Steve
All Replies
-
Monday, February 20, 2012 1:10 PM
Forgot to say.. If I run 'Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients' I get this
[PS] C:\temp>Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients
Set-EmailAddressPolicy : The operation cannot be completed on the default e-mail address policy.
At line:1 char:23
+ Set-EmailAddressPolicy <<<< "Default Policy" -IncludedRecipients AllRecipients
+ CategoryInfo : InvalidOperation: (Default Policy:ADObjectId) [Set-EmailAddressPolic
y], InvalidOperationException
+ FullyQualifiedErrorId : 77E2CDDB,Microsoft.Exchange.Management.SystemConfigurationTasks.SetE
mailAddressPolicy -
Tuesday, February 21, 2012 8:37 AMModerator
Hi dreams3577,
If you run the 'Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients' second time, the cmdlet will fail.
Please run the following cmdlet and post the result here.
Get-EmailAddressPolicy | Format-List Name,*RecipientFilter*,ExchangeVersion
By the way, I found you asked the same question ago:
Default Policy not applying
Frank Wang
TechNet Community Support
- Marked As Answer by Frank.WangModerator Monday, February 27, 2012 2:10 AM
-
Thursday, February 23, 2012 3:27 AMModerator

