3

In a test environment, we are seeing how you can manage Japanese usernames and english usernames on a Windows 2012 R2 domain controller in Windows 2012 domain.

AdsiEdit.msc displays Japanese usernames correctly but Active Directory Users and Computers does not, it shows underscores where the characters should be. Furthermore, any attempt to bring up the properties of the users in AD users/computers produces an "object cannot be displayed" error.

How can I get active directory users and computers to display unicode characters in user names?

simon
  • 714
  • 1
  • 7
  • 21

1 Answers1

1

Install the Language Pack (MUI):

http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win81

Greg Askew
  • 35,880
  • 5
  • 54
  • 82
  • Ha, well that was painfully obvious! I thought you only did that if you want to alter the interface language, silly me! Interesting how some tools (adsi edit) just work anyway! – simon Oct 06 '15 at 12:12
  • Make sure you test this. Some hotfixes may need to be reinstalled if a language pack is installed after a hotfix. If required, it will be noted in the KB article. – Greg Askew Oct 06 '15 at 12:19