Web Change AD user password
#web更改AD密码 # Site Configuration bind domain name ad.test.cn feature, change ad user password #refer to http://bbs.51cto.com/thread-1379675-1.html#安装IIS, tick Script tool, asp# #Ser2008 AD Add Web change Password # copy iisadmpwd the following directoryC:\windows\syswow64\inetsrv#cmd window Register dll file regsvr32C:\windows\syswow64\inetsrv\iisadmpwd\iispwchg.dll# turn on Password modification feature CDC:\inetpub\adminscriptscscript.exe adsutil.vbs set w3svc/passwordchangeflags1#备份aexp2. asp modifies HTTPS to http# default site, add Web App add application, name adpwd path, add default document aexp2.asp add virtual directory alias Iisadmpwdpath C:\windows\syswow64\inetsrv\iisadmpwd# Modify the title and other text, modify the text.asp content # outside the network access instance #nginx reverse proxy server {server_name ad.test.cn; Listen the; CharSet gb2312; Location/{Proxy_passhttp://172.16.11.14; }}
Web change ad user password