Ran into this issue a couple times now while migrating Small Business Server (SBS) clients from on-premis Exchange to Office365. After setting up the DirSync tool on the server, to add an email alias to a user’s Office 365 account it needs to be setup in the Active Directory Attribute Editor tab under the proxyAddresses attribute. The easiest way to do this is add a record as follows:
Add the Active Directory Attribute Editor Tab in Small Business Server
smtp:[useralias@yourcompany.com]
into the proxyAddresses section of the Attributes tab:

This is normally easy to do and then run a manual DirSync to add the alias to the user’s Office 365 account, but what if the Attributes tab is missing? It is time to break out the ADSIedit tool again to make the needed changes to the way these pages are displayed. Here are the steps to get it done:
- open ADSIedit.msc
- Right click on ADSIedit and choose “connect to”
- Under connection point select “select a well known Naming context” and in that window choose “Configuration”
- Under computer leave as “Default (Domain or server that you logged into)” then click OK
- Expand CN=configuration, DC=[your domain], DC=local
- Expand CD=DisplaySpecifiers
- Click on CN=your language. (The language # can be found on http://support.microsoft.com/kb/324097 for example US English is 409, so CN=409)
- In the right hand window locate CN=User-Display right click and choose properties
- Locate AdminPropertyPages, highlight it and click “edit” and add the line
11,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
- In the right hand window locate CN=Computer-Display right click and choose properties
- ocate AdminPropertyPages, highlight it and click “edit” and add the line
12,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
- In the right hand window locate CN= Default-Display right click and choose properties
- Locate AdminPropertyPages, highlight it and click “edit” and add the line
4,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
Make sure to click on the View menu in Active Directory Users and Computers to choose the Advanced Features option if not already selected to see these newly added Active Director Attribute Editor Tab in the display.
If you want to view the attributes for the OU, you can make the same adjustment to the CN=organizationalUnit-Display attribute in ADSIEdit.
Great guide, thanks a lot.
Thank you!!
For some reason my display language is not listed 809 GB EN. Any idea’s on how to add this?
You can add this by working with Windows Language packs. Here are some helpful links.
https://support.microsoft.com/en-us/windows/language-packs-for-windows-a5094319-a92d-18de-5b53-1cfc697cfca8
https://support.microsoft.com/en-us/office/language-accessory-pack-for-microsoft-365-82ee1236-0f9a-45ee-9c72-05b026ee809f?redirectSourcePath=%252fen-us%252farticle%252fOffice-language-interface-pack-LIP-downloads-d63007c2-e8ae-41fd-8bfb-fce2857010e1
You are probably looking for English (United Kingdom).