Windows Service account functionalities

G-ONE 166 Reputation points
2020-09-24T13:40:19.667+00:00

Hello,

Couple of questions related with service accounts.

Q1: Can traditional service account (standard user account in Active Directory) be used in multiple computers where same/different services are deployed?

Q2: Can Group Managed service accounts be used for the service running on different servers which are not part of any cluster or server farm?

Please answer specifically to above mentioned questions with reference articles.

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server Devices and deployment Set up, install, or upgrade
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Fabian 261 Reputation points
    2020-09-24T20:48:18.437+00:00

    Q1: Yes, it is a usual case e.g. Login to PC and to RDS or VDI at the same time. I think there is no article that commits exactly this case.
    What is your concern?
    Perhaps the better question is: Why would you do that?

    Q2: Yes, this ist the advantage of gMSA over MSA. Add both computer to the PrincipalsAllowedToRetrieveManagedPassword property.

    https://learn.microsoft.com/en-us/services-hub/health/kb-running-assessments-with-msas

    Standalone Managed Service Accounts (also known as Virtual Accounts) can only be authorized to authenticate on a single domain joined computer.
    Group Managed Service Accounts can be authorized to authenticate on several domain computers.

    https://learn.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/getting-started-with-group-managed-service-accounts


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.