The Exchange email address policy cannot be configured
Applies To: Windows Small Business Server 2011 Standard
Problem The Exchange Server 2010 email address policy cannot be configured.
Features affected Some of the tasks in the Users tab of the Windows SBS 2011 Standard Console may not work. In addition, the Set up your Internet address task in the Connectivity and the Home tabs of the Windows SBS 2011 Standard Console may not work.
Solution To resolve this issue, you must manually configure the Exchange Server 2010 email address policy.
Important
Pre-requisite task Before you begin, ensure that Exchange Server 2010 is installed.
Click Start, click All Programs, click Microsoft Exchange Server 2010, right-click Exchange Management Shell, and then click Run as administrator.
In the User Account Control window, click Continue.
Upgrade the recipient filters for the Exchange Address Policy as follows:
Type
Get-EmailAddressPolicy | Format-List Name,*RecipientFilter*,ExchangeVersion
, and then press ENTER. The command output contains "Default Policy".To upgrade all the recipient filters for the Exchange Address Policy in one command, type the following:
Set-EmailAddressPolicy "Default Policy" -IncludedRecipients AllRecipients
To confirm the change, press Y.
Upgrade the recipient filters for your Address Lists as follows:
To get and view the Address Lists, type
Get-AddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
, and then press ENTER.To confirm the change, press Y.
To upgrade the recipient filters in the Address List for All Users, type
Set-AddressList "All Users" -IncludedRecipients MailboxUsers
, and then press ENTER.To upgrade the recipient filters in the Address List for All Groups, type
Set-AddressList "All Groups" -IncludedRecipients MailGroups
, and then press ENTER.To confirm the change, press Y.
To upgrade the recipient filters in the Address List for All Contacts, type
Set-AddressList "All Contacts" -IncludedRecipients MailContacts
, and then press ENTER.To confirm the change, press Y.
To upgrade the recipient filters in the Address List for Public Folders, type
Set-AddressList "Public Folders" -RecipientFilter { RecipientType -eq 'PublicFolder' }
, and then press ENTER.To confirm the change, press Y.
To retrieve filter recipient information for the Global Address List, type either
Get-GlobalAddressList -DefaultOnly:$true
orGet-GlobalAddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
, and then press ENTER.To upgrade the recipient filters in the Global Address list, type
Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}
, and then press ENTER.
Important
Follow-up task After you finish, you must set the configuration status for Exchange Server 2010. For instructions, see The status for Microsoft Exchange Server 2010 could not be configured.