본문 바로가기
반응형

office3653

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 2016 오류 0xc0000715 해결법 안녕하세요. 오피스 설치 후 아래와 같은 오류가 나오는 경우가 있습니다. 엑셀 파워포인트 아웃룩, 워드 전부다요. 삭제 후 재설치 를 해도 동일하고 스크립트 까지 써가며 완전 삭제 했지만 같네요.. 이럴때 해결 방법 입니다. 1. 그룹 전책 편집기 진입한다. 2. 컴퓨터 구성 -> 관리 템플릿 -> 시스템 ->파일 시스템->심볼 링크 평가를 선택적으로 허용합니다. 클릭 3. 사용 클릭 후 옵션에서 로컬대상에 대한 로컬 링크 선택 후 확인 4. 이제 오피스 실행이 잘되네요^^ 감사합니다. 2019. 4. 25.
office365 에서 displayname을 한글로 변환했을때 문제 안녕하세요 office365 에서 displayname(표기이름)을 한글로 변환 했을때 이메일발송시 받는사람이 한글로 보이게 됩니다. 사내에선 displayname을 한글로 보고싶고 외부엔 영문으로 표기 하고싶을떄 다음과 같이 진행합니다. 일단 SDN (simpledisplayname) 이란 기능을 켜야 합니다. 이기능을 켜게 되면 displayname로 발송되는 값이 SDN값으로 발송 됩니다.powershell(관리자권한실행)로 작업 Get-remotedomain | set-remotedomain -UseSimpleDisplayName $true 활성화 후 계정 마다 SDN 값을 입력해줍니다. Set-Mailbox -Identity 계정 -SimpleDisplayName 새로운값 간단하죠? 이상입니다^^ 2019. 4. 24.
반응형