Updateaccountpassword: Stsadm operation (Office SharePoint Server)
Updated: June 14, 2007
Applies To: Office SharePoint Server 2007
Updated: 2007-06-14
Operation name: Updateaccountpassword
Updates the Web application pool passwords.
Note:
|
|---|
|
Use the noadmin parameter if the Central Administration application pool is the same account as other Web application pools. The updataccountpassword operation does not update the Web application pool account that is associated with the Central Administration Web site. To do this, use the Updatefarmcredentials1operation.
|
Syntax
stsadm -o updateaccountpassword
-userlogin <domain\name>
-password <password>
[-noadmin]
Parameters
| Parameter | Value | Required? | Description |
|---|---|---|---|
|
userlogin |
For a service account, the value is in the form: "NetworkService" For a configurable ID, the value is in the form: Domain\user_name |
Yes |
Defines the Web application pool identity account. The userlogin parameter provides a way to change the farm account from a domain account to a service account (for example, NetworkService). It also describes the application pool account that you are using as either a built-in service account, such as Network Service, or a configurable ID (for example, Domain\user_name). |
|
password |
<none> |
Yes |
Specifies the new updated password. |
|
noadmin |
<none> |
No |
Checks and ensures that the new account is not the same account as the administrative application pool account. If so, a warning message is displayed, and then exits. |
Note:
