Created
September 9, 2017 19:57
-
-
Save artisticcheese/5aab158971e27967fd333d10fc8c2e27 to your computer and use it in GitHub Desktop.
Enable GMSA account
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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