Update the AD FS service user password in a federation server farm
To update the AD FS service user password in a federation server farm
Perform the following steps in order for each federation server in a server farm, beginning with the primary (first) server in the farm:
- Update the password for the AD FS service.Use the following command at an elevated command prompt: “
sc config adfssrv password=new_password“ - Restart the AD FS service.First, use the following command at an elevated command prompt to stop the service: “
net stop adfssrv“Next, use the following command at an elevated command prompt to restart the service: “net start adfssrv“ - Update password for the AD FS application pool (ADFSAppPool).You can do this using the following steps within Internet Information Services (IIS) Manager.
- In IIS Manager, in the Connections pane, expand the Web server node, and then click Application Pools.
- Click Advanced Settings and update Identity by clicking the […] button.
- In the Application Pool Identity dialog, where Custom account is selected, click Set.
- In the Set Credentials dialog box, specify the updated AD FS 2.0 service identity user password.
- Restart IIS.Use the following command at an elevated command prompt: “
iisreset /noforce“