티스토리 뷰

728x90
반응형

시나리오
Outlook Web Access을 이용하여 Exchange 사용자 계정의 비밀번호를 변경해 보자.
정보
1. Outlook Web Access 비밀번호 옵션 추가
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSExchangeWEB\OWA
DisablePassword(0) => 비밀번호 버튼 출력, DisablePassword(1) => 비밀번호 버튼 감추기

2. Outlook Web Access 비밀번호 변경 페이지 만들기
To create the IISADMPWD virtual directory, follow these steps:
  1. In the Internet Services Manager Microsoft management Console (MMC), right-click the Default Web Site, click New, and then select Virtual Directory.
  2. When the Virtual Directory Creation Wizard starts, follow the instructions to create the virtual directory with the alias IISADMPWD. Make sure that the path points to the Winnt\System32\Inetsrv\Iisadmpwd directory, and that both Read and Execute permissions are selected.

3. 레지스트 등록
           regsvr32 C:\WINDOWS\system32\inetsrv\iisadmpwd\iispwchg.dll

4. 기타
           비밀 번호 변경을 위해서는 계정 생성시 반드시 "암호 변경할 수 없음"을 체크 해제 한다.


 

 

비고
입력


728x90
반응형