Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created September 9, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artisticcheese/5aab158971e27967fd333d10fc8c2e27 to your computer and use it in GitHub Desktop.
Save artisticcheese/5aab158971e27967fd333d10fc8c2e27 to your computer and use it in GitHub Desktop.
Enable GMSA account
Enable-WindowsOptionalFeature -FeatureName ActiveDirectory-Powershell -online -all
Get-ADServiceAccount -Identity containerhost
Install-ADServiceAccount -Identity containerhost
Test-AdServiceAccount -Identity containerhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment