Question

What is the best practice to change farm account in SharePoint server 2019? can I use CA>Security>ConfigureManaged account and register new managed account and after the change farm account from_admin/FarmCredentialManagement.aspx

Was it helpful?

Solution

The proper method to update the farm credentials (change account or update the password) is to use stsadm -o updatefarmcredentials. For example:

stsadm –o updatefarmcredentials –userlogin CONTOSO\FarmAccount –password farmPassword

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top