Password Change Procedure for MOSS 2007
- Change the server farm account password:
- Change the server farm account password in Active Directory.
- Log on to the server that hosts Central Administration.
- At the DOS command prompt, navigate to the following directory:
c:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\12\bin
- Execute the following command:
Stsadm.exe -o updatefarmcredentials -userlogin <DOMAIN\UserID> -password <newpassword>
- On each server in the farm, navigate to the same directory and execute the following command:
Stsadm.exe -o updatefarmcredentials -userlogin <DOMAIN\UserID> -password <newpassword> -local
- Change all service accounts used by the SharePoint farm:
-
- Log on to the server that hosts Central Administration
- Navigate to
c:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\12\bin
- For the server farm account, execute the following command:
Stsadm.exe -o updateaccountpassword -userlogin <DOMAIN\UserID> -password <newpassword> -noadmin
- For each service account used by SharePoint:
- Change the account password in Active Directory.
- Execute the following command:
Stsadmn.exe -o updateaccountpassword -userlogin <DOMAIN\UserID> -password <newpassword>
- On each server in the farm, reset IIS:
Iisreset /noforce [computername]
- Update SQL Server service accounts:
- On the SQL Server computer, open the Services utility (in the Administrative Tools menu).
- Identify all services that have a SharePoint service account logon, update the password for all services.
- You can then either reboot the SQL Server computer or manually start the SQL Server services.