Pages

Sunday, September 4, 2011

Problem with Exchange Server 2010’s default settings for the “Alias” attribute (Active Directory Attribute: “mailNickname”) when creating new mailboxes in bundles

I’m sure many Exchange Server 2010 administrators have encountered this problem and because I rarely handle day-to-day operations (I’m more of a projects consultant), last week would have the only the 3rd time since I’ve had to deal with this issue.  Since I’m sure I’m bound to encounter this again in the future, I thought it would be beneficial to write a blog post about this so I won’t have to review my old notes to figure out how to workaround the problem.

Problem

The E-mail Address Policy in your Exchange Server 2010 organization uses the option: Use alias to set a user’s primary SMTP address:

image

The problem with this type of E-mail Address Policy is if you create users in bulk as shown in the following screenshots, you end up with the alias set with the format: firstnameLastname so in the case of someone with the name such as John Smith, you will end up with the alias JohnSmith:

image image

image image

image image

**Note how the Alias field is grayed out with the message: “An alias will be automatically generated for each mailbox.

Unfortunately, this setting can be edited if you were creating a single mailbox but not when you are creating multiple mailboxes.

image image

image

image

This would not be a problem if you had the E-mail Address Policy in your Exchange Server 2010 organization set to the option: First name initial and last name (jsmith):

image

Solution

I’m a bit surprised that Microsoft never thought of allowing Exchange administrators to have the option of using the user’s login name for the SMTP address as name conflicts are extremely common so I went ahead and reached out to Microsoft about whether there’s a way to change the default format that Exchange Server 2010 uses to generate the alias but was told that it wasn’t possible.  The best way around this is to actually use a script to create the accounts and/or mailbox setting the proper alias.  The less efficient way but will provide you with a quick and dirty fix is to use the ADModify tool to correct the attribute after the mailbox have been created in bulk. I’ll write another blog post to demonstrate the use of a script but in the meantime, I will show how to use the ADModify tool to correct this.

Proceed with downloading the ADModify tool from here:

Launch the tool and select Modify Attributes:

image

Once the Modify Attributes console is loaded, proceed with selecting the appropriate values for:

  1. Domain List
  2. Domain Controller List
  3. Domain Tree List

For #3, you should navigate to the OU where all or most of the accounts you’ve created are located.  Note that the ADModify tool is quite crude and you’re not able to expand the width of the window if you expand the side of the window so if your DN is long, you won’t be able to see the full string.  Once you have the OU selected, proceed with clicking on the green button with the white arrow pointing to the right to list the user accounts:

image

Within the window that opens, click on the Custom tab and fill in the:

1. Attribute Name with mailnickname

2. Attribute Value as ‘sAMAccountName’

Click on the Go! button when to set the attribute:

clip_image002

clip_image002[4]

Notice how the alias is now set to the username of the user’s account:

image

Additional Recommendations

As the ADModify tool isn’t exactly easy to position and resize, what I recommend to make select users easier is to create a sub OU named Temp for the OU that you have created new accounts in, move the new user accounts into the Temp OU then navigate into that OU with the ADModify tool to modify the user attributes.  This makes it much easier to select all of the accounts that need to be modified.  The following is what this process looks like:

image

image

Hope this helps anyone looking for a quick way to change a group of users’ alias / mailNickname attribute to their login account names.

2 comments:

Basheer said...

Hi,
I found your post useful for me, but when i update the mailnickname with the sAMAccountName, it sets the alias as sAMAaccountName. It doesnot change to the logon name.

Anonymous said...

It seem like the sAMAccountName is not working.

Before
JohnSmith

After
John Smith

I need it to be JSmith

anyone know why it is not doing the JSmith and instead it is changing it to the username login name John Smith?

Within the window that opens, click on the Custom tab and fill in the:

1. Attribute Name with mailnickname

2. Attribute Value as ‘sAMAccountName’