Trying to create a gMSA for our SQL services. We are able to create one in Active Directory but when installing it on another server to link it with the service we obtain the following error.
Install-adserviceaccount : Cannot install service account. Error Message: 'An unspecified error has occurred'
The code that I am trying to use in powershell is: install-adserviceaccount -identity MSATest
Has anyone been able to get this to work?