Forum Discussion
Mar 08, 2022
gmsa account - running windows tasks.
I created a gmsa account, installed it on the server to run the scheduled task on windows.
Enter the gmsa account as domain administrator and dhcp administrator, since the script that the task will...
Mcarvalho77
May 09, 2022Copper Contributor
have you added the gMSA account into the computer ?
in Powershell:
Install-ADServiceAccount -Identity "gMSA-account"
in Powershell:
Install-ADServiceAccount -Identity "gMSA-account"