To resolve this issue, disable IISADMPWD functionality on the RPC virtual directory.
Note In Windows Server 2003, you must disable IISADMPWD functionality at the website level. However, in Windows Server 2003 Service Pack 1 (SP1), you can disable this functionality at the virtual directory level. This change does not affect IISADMPWD functionality in Microsoft Office Outlook Web Access.
To disable this functionality, set the
PasswordChangeFlags value to
6 on the RPC virtual directory. 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
Note In this command, the placeholder drive represents the letter of the drive on which Internet Information Services (IIS) is installed. - Type the following command if the RPC virtual directory is hosted on the first website.
adsutil.vbs set w3svc/1/ROOT/RPC/passwordchangeflags 6
Note This command is case-sensitive.
Note The /1 parameter in this command corresponds to the first website. By default, this is the default website. 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 lets you know when your password will expire.
- Restart IIS. To do this, type iisreset, and then press Enter.