Menu

HeelpBook

Slick Tutorials.

Menu
Facebook Twitter Feed

Primary Menu

Skip to content
  • Profile & Favorites
  • Glossary
  • Forum
  • Downloads
  • Manuals
  • Tags
  • Tools
  • Contact Us
  • About
Search

Secondary Menu

Skip to content
  • Tutorials
  • Microsoft
  • Apple
  • Linux
  • Security
  • Programming
  • Miscellaneous
  • Difficulty
    • Easy
    • Medium
    • Hard

How to change the sign-in name for an AD-synchronized user on Office 365?

Posted onJanuary 26, 2016April 18, 2017AuthorHeelpBook


To totally unlock this section you need to Log-in


Login

Scenario

We attempted to change an employees name from Jane Smith to Jane Jones. We made the changes on our local AD and synched them O365. O365 still shows the user name as "jsmith". The online (and offline) GAL still shows a last name of Smith and an alias of "jsmith". How can we get Jane's new name change to appear on O365?

Solution

The answer is that probably you haven't done anything wrong. If your users are not synchronized from Active Directory, you can change the sign-in name from the Details page in Office 365 (on each In-cloud user's properties section).

However, for AD-synced environments, the sign-in name (username) needs to be changed via PowerShell once an Office 365 license is assigned, and here's how you change the username:

Start PowerShell and make sure the Microsoft Online module is loaded (if you're using the MS Online Helpdesk PowerShell profile, that module will be loaded for you automatically). Execute the following command:

set-msoluserprincipalname -NewUserPrincipalName [email protected] -UserPrincipalName [email protected]

This will change the sign-in name and should help resolve any sync issues. To change the GAL display name, make sure that the displayName property in Active Directory is updated (in addition to Last Name) and either force the directory sync or wait for changes to sync during the next sync window.

Source
Go to source!

Language
English

CategoriesEnglish, Exchange, How-Tos, Microsoft, Office 365, Outlook, SoftwareTagsactive directory, address, azure, cmdlet, code, command, connect, e-mail, english, fix, how to, howto, inglese, language, linguaggio, log on, login, mail, microsoft, module, msol, office 365, outlook, powershell, property, shell, software, tutorial, update, username, windows

Post navigation

← Previous Previous post: How to generate and install a signed *.inf file
Next → Next post: Sign an Unsigned Driver for Windows 7 x64

Quick Links

  • Glossary
  • Search By Years
  • Search By Difficulty
  • Search By Category
  • Questions
  • Profile & Favorites
  • About

Most Viewed Articles

  1. Powershell – Substring() from the end of the string
  2. “Alla cortese attenzione del Sig.” si scrive nell’oggetto di una mail?
  3. Destination Host Unreachable – Reasons and Fixes
  4. Powershell – Check and find the product GUID of an installed MSI setup
  5. JavaScript Events: onBlur, onChange, onClick, onFocus, onSelect, onSubmit
Copyright © 2025 HeelpBook. All Rights Reserved. | Catch Responsive by Catch Themes
Scroll Up
  • Profile & Favorites
  • Glossary
  • Forum
  • Downloads
  • Manuals
  • Tags
  • Tools
  • Contact Us
  • About
  • Tutorials
  • Microsoft
  • Apple
  • Linux
  • Security
  • Programming
  • Miscellaneous
  • Difficulty
    • Easy
    • Medium
    • Hard