본문 바로가기
powershell

Problem when converting displayname to another character in office365

by kogoza 2019. 5. 21.
반응형

Hi

When converting displayname (notation name) to Hangul in office365, the recipient will appear in Hangul when sending e-mail.


If you want to displayname in Korean and want to display it in English, proceed as follows.

 

First you need to turn on the feature called SDN (simpledisplayname).

If this is turned on, the value sent to displayname will be sent as the SDN value. Working with powershell

 

Get-remotedomain | set-remotedomain -UseSimpleDisplayName $ true

 

After activation

 

Enter the SDN value for each account.

 

Set-Mailbox -Identity Account -SimpleDisplayName New Value

 

Simple, right?


 

It is above ^ ^

반응형

댓글