반응형
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 ^ ^
반응형
'powershell' 카테고리의 다른 글
Delete hostname 30 days old in Active Directory powershell (0) | 2019.05.21 |
---|---|
Editing and exploiting powershell AD users (0) | 2019.05.21 |
powershell AD 사용자 편집 및 활용 (0) | 2019.04.24 |
office365 에서 displayname을 한글로 변환했을때 문제 (0) | 2019.04.24 |
Active Directory에서 30일 지난 hostname 삭제 powershell (0) | 2019.04.24 |
댓글