반응형 sdn2 Problem when converting displayname to another character in office365 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 G.. 2019. 5. 21. office365 에서 displayname을 한글로 변환했을때 문제 안녕하세요 office365 에서 displayname(표기이름)을 한글로 변환 했을때 이메일발송시 받는사람이 한글로 보이게 됩니다. 사내에선 displayname을 한글로 보고싶고 외부엔 영문으로 표기 하고싶을떄 다음과 같이 진행합니다. 일단 SDN (simpledisplayname) 이란 기능을 켜야 합니다. 이기능을 켜게 되면 displayname로 발송되는 값이 SDN값으로 발송 됩니다.powershell(관리자권한실행)로 작업 Get-remotedomain | set-remotedomain -UseSimpleDisplayName $true 활성화 후 계정 마다 SDN 값을 입력해줍니다. Set-Mailbox -Identity 계정 -SimpleDisplayName 새로운값 간단하죠? 이상입니다^^ 2019. 4. 24. 이전 1 다음 반응형