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.