how to get default IUSR / IWAM password / IUSR ve IWAM şifresini nasıl görürüm

If you need to get IUSR or  IWAM password you can use "Scriptomatic 2.0" which built by Microsoft.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=09dfc342-648b-4119-b7eb-783b0f7d1178&displaylang=en

You should follow the steps below:

 

  1. select "root\MicrosoftIISv2" from the WMI Namespace
  2. pick the "IISWebServerSetting" from the WMI Class
  3. select "VBScript" for Language
  4. select "Plain text" for Output Format
  5. you can see the generated text
  6. look for the "AnonymousUserName" and "AnonymousUserPassword"
  7. and use it where you want
Türkçe:
Eğer bir şekilde IUSR ve IWAM userlarının şifrelerine ihitiyacınız olursa Microsoft tarafından yazılan "Scriptomatic 2.0" işinizi görecektir.

 

 User bilgilerini almanız için aşağıdaki adımları izlemeniz gerekiyor:

 

  1. WMI Namespace alanından "root/MıcrosoftIISv2" yi seçiyoruz
  2. WMI Class dropdownundan "IISWebServerSetting" i  seçiyoruz
  3. Language için VBScript i seçiyoruz
  4. Output Format Plain Text olabilir
  5. Şimdi karşınıza istediğiniz bilgileri içeren bir editör açılacak
  6. burada AnonymousUserName ve  AnonymousUserPassword alanlarını bulun
  7. Bulduüunuz şifreyi nerede lazımsa kullanın :=)