How to create Group Managent Service Account
Useful for Network Load Balancing and Clusters
Same steps as in How-to-create-a-Managed-Service-Account
You need to create a security group and add computers to it.
New-ADServiceAccount –Name GroupMSA –DNSHostName ServerName –PrincipalsAllowedToRetrieveManagedPassword MSAComputers –passthru
admin on July 15th 2013 in IT, Windows Server