When you click on the Configure Service accounts link, you will land on the Service Accounts page. This page will give an option to the SharePoint administrator to manage the Services accounts for a given app pool or Service Application pool.


Configure Service accounts page’s direct link - /_admin/FarmCredentialManagement.aspx

There are situations when SharePoint administrator wants to change the Service account for a given Web Application’s app pool or a Service Application’s app pool.

There is a big mistake which the SharePoint administrator often makes and try to change the app pool account from the IIS. It is not correct and not supported. There are multiple reasons for this.

Hence, this method is not supported and please avoid it.

Only supported method is change the Services account for app pool from Central Admin or via PowerShell. SharePoint will automatically fix the permission for that Service account on the required area. You have to restart IIS after this change.

Please make sure that before starting of the this process, your Service account is a valid domain account and is registered in the managed Service account.

To change Service account

In this example, we will change the Public Web Applications app pool’s account from krossfarm\kfadm to krossfarm\kfinst. Please follow the steps given below to change the Service account.

If you want to change the Service account for the Service Application, then follow the same steps.

This concludes this article. We successfully changed the Service account for the Application pool.

Keep reading and liking SharePoint.