Microsoft Knowledge Base Email Alertz

The PasswordChangeFlags metabase property may be set to 6 in IIS 6

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 920723 - Last Review: June 28, 2006 - Revision: 1.1

The PasswordChangeFlags metabase property may be set to 6 in IIS 6

In Microsoft Internet Information Services 6, the PasswordChangeFlags metabase property contains values that control password expiration and password change processing between the server and a client. By default, the PasswordChangeFlags metabase property may be set to 6.

This behavior contradicts the following Microsoft TechNet article:
http://msdn.microsoft.com/en-us/library/ms525468.aspx (http://msdn.microsoft.com/en-us/library/ms525468.aspx)
The article states that the default value is 0.

MORE INFORMATION

To verify the value for the PasswordChangeFlags metabase property, follow these steps:
  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER:
    cd Drive:\inetpub\adminscripts
    Note Drive represents the letter of the drive on which IIS is installed.
  3. At the command prompt, type the following command, and then press ENTER:
    cscript adsutil.vbs get w3svc\PasswordChangeFlags
The following table lists the possible values for the PasswordChangeFlags property in the IIS metabase.
Collapse this tableExpand this table
ValueSetting
0An SSL connection is required to change passwords
1An SSL connection is not required to change passwords
2Password changing is disabled
4Password expiration notification is disabled
6Password changing and password expiration notification are disabled
To change the value for the PasswordChangeFlags metabase property, follow these steps:
  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER:
    cd Drive:\inetpub\adminscripts
  3. At the command prompt, type the following command, and then press ENTER:
    cscript adsutil.vbs set w3svc\PasswordChangeFlags Value
    Note Value represents the value to which you want to change the PasswordChangeFlags property.

APPLIES TO
  • Microsoft Internet Information Services 6.0
Keywords: 
kbtshoot kbinfo KB920723
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Levi Report As Irrelevant  
Written: 7/30/2008 9:23 AM
I had been searching for two days for a solution to an issue of Exchange 2007 OWA not prompting users of password expirations. I searched high and low through Microsoft to no avail and low and behold, KBALERTZ directs me to the solution!! Thanks