Windows Server 2012 Web domain user modify password - achieved through Remote Desktop Web

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/tladagio/article/details/88413496

1. On Windows Server 2003, the default operating system provides a way to modify a domain user's password

2. On Windows Server 2008, you can extract the code on a 2003 Windows Server to achieve the same functionality

3. On Windows Server 2012, provides a way to modify the new domain user password: modify the domain user password via Remote Desktop Web, let's take a look at the specific implementation steps.
 

1) install IIS

2) through Server Manager, the Add Roles " Remote Desktop Services", as shown below:

· éè¿æå¡å¨ç®¡çå¨ï¼æ »å ¢ è§è²âè¿ç¨æ¡é æå¡â

3) In the "Select Features" page, keep the default settings;

4) In the "Select Role Services" page, select the "Remote Desktop Web Access", as shown below:

å¨âéæ è§è²æå¡âé¡μï¼éæ © © ¢ âè¿ç¨æ¡é Web访é®â

5) Finally, to confirm the installation, the installation is complete to close the setup wizard, as shown below:

£ 确认å®è

å®è £ å®æåå³éå®è £ å导å³å¯

6) open IIS Manager, is positioned as shown in the following figure default Web site:

æå¼IIS管çå¨ï¼å¨é »è®¤ç½ç" ä¸å®ä½å ° å|ä¸å¾æ示çä½ç½®

7) In the "application program", the modification of the PasswordChangeEnabled true, as shown below:

å¨âåºç¨ç¨åºè®¾ç½®âéï¼æPasswordChangeEnabledä¿®æ¹ä¸ºtrue

8) positioned to the application " Pages under" "zh-CN" directory, right-click "password.aspx" file select "Browse", as shown below:

å®ä½å ° åºç¨ç¨åºâPagesâä¸çâzh-CNâç®å½ä¸ï¼å³å »âpassword.aspxâæä» ¶ï¼éæ © âæμè§â

9) In the information Change Password page, enter the domain user name, current password, the new password, etc., and click the "Submit" button to change your password, as shown below:

å¨ä¿®æ¹å¯ç çé¡μé ï¼è¾å ¢ ¥ ACAE · åãå½åå¯ç AAE ° AC çä¿¡æ¯ï¼å¹¶ç¹å »âæ交âæé®å³å¯ä¿®æ¹å¯ç 

AC ä¿®æ¹æåçæ示çé ¢

possible problems:

After performing 8) step operation, the error protected by SSL may appear, as shown below:

å¨æ§è¡ç¬¬8ï¼æ ¥ æä½ä¹åï¼å¯è½ä¼åºç ° åSSLä¿æ¤çé误

At this point you need to enable https protocol as the default Web site and bind a certificate about enabling https protocol and bind knowledge certificates are available through other means, this article will not be described.

If you do not want to enable the https protocol and bind a certificate, follow these steps:

1) find "the SSL settings" in Application "Pages", as shown below:

å¨åºç¨ç¨åºâPagesâä¸æ¾å ° âSSL设置â

2) In the SSL settings, uncheck "requires SSL" and click "application", as shown below:

å¨SSL设置ä¸ï¼åæ¶å¾éâè|æ ± SSLâ并ç¹å »âåºç¨â

3) re-implementation of Article 8) step, open the page you can change the password.

Guess you like

Origin blog.csdn.net/tladagio/article/details/88413496