To resolve this issue, disable the IISADMPWD application functionality on the Microsoft-Server-ActiveSync application.
Note In Microsoft Windows Server 2003, you must disable the IISADMPWD application functionality at the Web site level. However, in Microsoft Windows Server 2003 Service Pack 1 (SP1), you can disable this functionality at the virtual directory level. This change does not affect the IISADMPWD application functionality in Microsoft Outlook Web Access.
To disable this functionality, set the
PasswordChangeFlags value to 6 on the Microsoft-Server-ActiveSync application. To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type the following command, and then press ENTER:
cd drive:\inetpub\adminscripts
In this command, drive is the letter of the drive on which Microsoft Internet Information Services (IIS) is installed. - Type the following command if the Microsoft-Server-ActiveSync application is hosted on the first Web site.
Note This command is case sensitive. adsutil.vbs set w3svc/1/ROOT/Microsoft-Server-Activesync/passwordchangeflags 6
Note The /1 parameter in this command corresponds to the first Web site. By default, this is the Default Web Site. And, the value of 6 represents the sum of the following two values:- 2: This value disables password changes.
- 4: This value disables the advance notification message that notifies you when your password will expire.
- Restart IIS. To do this, type iisreset, and then press ENTER.