Created
July 21, 2022 09:35
-
-
Save ghotz/ea39ae98ef7a18f01d9d3a0852fb794b to your computer and use it in GitHub Desktop.
SQL Server Installation snippets
This file contains hidden or 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
Install-WindowsFeature RSAT-AD-PowerShell | |
Install-ADServiceAccount gMSAsqlservice | |
Test-ADServiceAccount gMSAsqlservice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment