App Pool Accounts in SharePoint 2010
How to change app pool account credentials for any web application in sharepoint 开发者_C百科2010
Go to following:
Central Admin – Security – Configure Service Account – General Security – Configure Managed Account
Then edit the managed account that corresponds to your application pool. You will have an option to change the password on the edit page.
You can also do the same with a Powershell command named: Set-SPManagedAccount.
精彩评论