NETKEEPER
nklin1.gif (3727 bytes)
|Home|Products|Demos|Tech Support|Top FAQ list| Help Desk Software| CRM Software|


How to determine the password for the IUSR and IWAM accounts that IIS creates
Document ID : 000-000974 Created: 3/31/2005 Last changed on: 3/31/2005
Applies to : IIS


The passwords for these accounts can be obtained from the server's metabase and can be retrieved by running the following script on the server with admin rights:

Dim IIsObject
Set IIsObject = GetObject ("IIS://localhost/w3svc")
WScript.Echo "According to the metabase, the anonymous credentials are:"
WScript.Echo " AnonymousUserName = " & IIsObject.Get("AnonymousUserName")
WScript.Echo " AnonymousUserPass = " & IIsObject.Get("AnonymousUserPass")
WScript.Echo " WAMUserName = " & IIsObject.Get("WAMUserName")
WScript.Echo " WAMUserPass = " & IIsObject.Get("WAMUserPass")
Set IIsObject = Nothing

Save the above script to a file named pwiis.vbs

Then open a command box prompt and run:
cscript.exe pwiis.vbs

IMPORTANT: The MS Windows installation creates a strong (14 char long) password for these accounts. Modifying the pw for these accounts has strong security implications. Research well the security implications when tampering with these accounts.


This solution text WEB page is automatically generated from your knowledge base and service data by NetKeeper Help Desk Software or NetKeeper CRM software. You can customize the pages to your site's look and feel or even include advertisements.

Powered by NetKeeper Help Desk Software
Copyright 1991-2026 Multima Corporation - Conditions of use
Contact us