Part 2 – Install Active Directory cmdlets

To use the gMSA, it must be installed on the target server(s) using Active Directory cmdlets.

PS C:\Windows\system32> Import-Module ServerManager
PS C:\Windows\system32> Add-WindowsFeature -Name "RSAT-AD-PowerShell" –IncludeAllSubFeature
Part 2 Add AD cmdlets

After the AD cmdlets have been installed, the gMSA must be installed on the target server.


PS C:\Windows\system32> Install-ADServiceAccount gMSAsqlservice
PS C:\Windows\system32> Test-ADServiceAccount gMSAsqlservice

Part 2 Configure Server

Part 3 – Configure SQL Server instance to use the gMSA

or

Back to Main Page