How to change the Farm Service Account in SharePoint
Date: 07/06/2013
Categories: PowerShell, SharePoint
Open “SharePoint Management Shell” and execute this script :
stsadm -o updatefarmcredentials -userlogin <DOMAIN\USER> -password <PWD>
Open “SharePoint Management Shell” and execute this script :
stsadm -o updatefarmcredentials -userlogin <DOMAIN\USER> -password <PWD>
Leave a Reply