...
Log in to the GYTPOL dsRequester Windows server.
Run the following PowerShell command:
Code Block Install-ADServiceAccount -Identity "gytgmsa"
Test the gMSA installation:
Code Block Test-ADServiceAccount "gytgmsa"
Grant the gMSA Proper Permissions
...
Assign Permissions for gMSA
Local Permissions:
Add the gMSA to the local Administrators group on the GYTPOL server.
Grant the "Log on as a batch job" permission on the GYTPOL server
and add.
Open Local Security Policy (
Win + R
, typesecpol.msc
).Go to Security Settings > Local Policies > User Rights Assignment.
Find "Log on as a batch job", right-click, and select Properties.
Click Add User or Group, enter the gMSA, and confirm.
Domain Permissions:
Add the gMSA to the "Performance Log Users" group in the domain
.Set Active Directory permissions:
Grant the gMSA the necessary AD permissions for the GYTPOL Server to operate under its identity.
Reconfigure GYTPOL Components to Use the gMSA
...