Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Resource mailboxes that are created by using Exchange Administrative Center are not updated by address policy


View products that this article applies to.

Symptoms

When you create a new resource mailbox by using Exchange Administrative Center, the new mailbox will not have the Automatically update email addresses based on the email address policy applied to this recipient option selected. The primary SMTP address of the new resource mailbox will be set to the UPN specified in the wizard.

↑ Back to the top


Cause

This issue occurs because the Exchange Administrative Center calls the Windows PowerShell cmdlet new-mailbox and specifies the PrimarySMTPAddress parameter. When the new-mailbox cmdlet is passed the PrimarySMTPAddress parameter, the Automatically update email addresses based on the email address policy applied to this recipient option is not selected. This is to prevent the Email Address Policy from changing the primary SMTP address that was specified in the command.

↑ Back to the top


Resolution

This issue has been resolved in Microsoft Exchange Server 2013 Service Pack 1. After you install this update, the Automatically update email addresses based on the email address policy applied to this recipient option will be selected when creating resource room mailboxes using Exchange Administrative Center. 

↑ Back to the top


More Information

The Automatically update email addresses based on the email address policy applied to this recipient option can be manually selected on the resource mailbox once the room is created. It will then be updated by the Email Address Policy. 

Administrators can use PowerShell to create the resource room mailbox, and can leave out the PrimarySMTPAddress parameter. This will allow the resource room to have the Automatically update email addresses based on the email address policy applied to this recipient option selected automatically.

For example, an administrator can run the cmdlet as follows:
New-Mailbox -UserPrincipalName confmbx@contoso.com -Alias confmbx -Name ConfRoomMailbox -Database "Mailbox Database 1" -OrganizationalUnit Users -Room -ResetPasswordOnNextLogon $true 

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbqfe, kbfix, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2927121
Revision : 1
Created on : 1/7/2017
Published on : 3/26/2014
Exists online : False
Views : 123