You should change those to another account. In general, all service applications + search services + DC to the same account. See https://learn.microsoft.com/en-us/SharePoint/install/account-permissions-and-security-settings-in-sharepoint-server-2016.
Impact of "The server farm account should not be used for other services" rule
Hello,
I have SharePoint 2016 standard on premise installed. From the SharePoint Health Analyzer, I get "The server farm account should not be used for other services". I understand to remedy the security issue, I need to change from the farm account to different service account from the Service Accounts page in Central Administration. I have many registered standard service accounts assigned to other services. Is there any negative impact with changing the account for Distributed Cache Service(Windows Service) and SPSearchHostController(Windows Service)? Can this error be ignored?
Should a backup or snapshot be taken before making this change? Thank you.
2 answers
Sort by: Most helpful
-
-
ChelseaWu-MSFT 6,326 Reputation points
2020-09-18T09:04:39.79+00:00 To answer your questions:
- There is no negative impact with changing the account running the mentioned Windows Services, as long as you follow the correct steps to change those service accounts.
Here is the document for how to change service account of the AppFabric Caching service for your reference:
https://learn.microsoft.com/en-us/sharepoint/administration/manage-the-distributed-cache-service#change-the-service-account- This rule is meant for recommendation on configuring service accounts as the farm is highly privileged and should be carefully considered. It is safe to ignore.
Also quoting the document:You can ignore this event if using the User Profile Synchronization service. The User Profile Synchronization service must run as the farm account in SharePoint Server.
- This rule is meant for recommendation on configuring service accounts as the farm is highly privileged and should be carefully considered. It is safe to ignore.
If an Answer is helpful, please click "Accept Answer" and upvote it.
**Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. ** - There is no negative impact with changing the account running the mentioned Windows Services, as long as you follow the correct steps to change those service accounts.