通过指定页面修改密码

请问EXCHANGE SERVER有没有提供修改密码的网页,用户可以通过这个页面自己修改密码,而不需要通过管理员。
[57 byte] By [qiangsheng-做人很厚道] at [2008-5-27]
# 1
Exchange 5.5

Q268419 HOWTO: Enable Password Change Functionality for OWA
http://support.microsoft.com/support/kb/articles/q268/4/19.asp

Exchange 2000:

Q267596 XWEB: How to Change OWA Passwords Through IIS
http://support.microsoft.com/support/kb/articles/q267/5/96.asp
babyllw at 2007-10-21 > top of Msdn China Tech,企业开发,Exchange Server...
# 2
在用户加入域后,Ctrl+Shift+Del可更改域用户密码
yunziwei-zhy at 2007-10-21 > top of Msdn China Tech,企业开发,Exchange Server...
# 3
ZHY的方法我知道,但是用户不满意,说太麻烦 :(
# 4
可以作到,,你自己创建个页面,加个连接 连到你IIS 下的IISADMPWD 目录就行,
如果没有次目录 就的参照下面的步骤:Click Start , point to Programs , point to Administrative Tools , and then click Internet Services Manager .

Right-click the default Web site, point to New , and then click Virtual Directory .

In the Virtual Directory Creation Wizard, type IISADMPWD in the Alias box, and then click Next .

In the Directory box, type hard disk :\winnt\system32\inetsrv\iisadmpwd (where hard disk is your default hard disk), and then click Next .

Verify that only the read and run script check boxes are selected (such as the ASP check box), click Next , and then click Finish .

Verify that the Iisadmpwd folder has the Anonymous Access authentication method enabled. Note that you can select other authentication types, but you must also select the Anonymous Access authentication method.
dreamlover-jh at 2007-10-21 > top of Msdn China Tech,企业开发,Exchange Server...