“You cut me deep, Shrek. You cut me real deep just now.”
你傷得我很深
星期日, 3月 13, 2011
星期五, 3月 11, 2011
星期一, 3月 07, 2011
取得IUSR及IWAN密碼的方式
set iis = GetObject ("IIS://localhost/w3svc")
wscript.echo "[" & iis.get("AnonymousUserName") & "] " & iis.get("AnonymousUserPass")
wscript.echo "[" & iis.get("WAMUserName") & "] " & iis.get("WAMUserPass")
以上語法於Windows Server 2003上測試正常
wscript.echo "[" & iis.get("AnonymousUserName") & "] " & iis.get("AnonymousUserPass")
wscript.echo "[" & iis.get("WAMUserName") & "] " & iis.get("WAMUserPass")
以上語法於Windows Server 2003上測試正常
訂閱:
文章 (Atom)