How can I view the passwords of IWAM _ and IUSR _ users?

Source: Internet
Author: User
Iis6.0 is so annoying that it is difficult to handle a lot of troubles.

How can I view the passwords of IWAM _ and IUSR _ users? This is another problem I encountered. As for how to solve this problem, I searched the internet and the results are as follows, to reduce the number of people who are just like me from detours.

[Be patient and follow this step. If you have any questions, leave a message]

There is an adsutil. vbs script in c: \ Inetpub \ adminscripts.

Open CMD and enter the c: \ Inetpub \ adminscripts directory to execute the following syntax:

The following table lists the syntaxes for various features of the adsutil. vbs utility:

Function syntax

Get IUSR account password
Cscript.exe adsutil. vbs get w3svc/anonymoususerpass

Get IWAM account password
Cscript.exe adsutil. vbs get w3svc/wamuserpass

Set IUSR account password
Cscript.exe adsutil. vbs set w3svc/anonymoususerpass "password"

Set IWAM account password
Cscript.exe adsutil. vbs set w3svc/wamuserpass "password"

Note: if the password is not a plaintext password, you must modify adsutil. vbs to display the plaintext. To do this, follow these steps:
1. Open adsutil. vbs in notepad.
2. On the "edit" menu, click search, type issecureproperty = true, and then click Search next.
3. Change "issecureproperty = true" to "issecureproperty = false ".
4. Save the changes made to adsutil. vbs, and disable notepad.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.