Forum Discussion
C-Fou
May 05, 2022Copper Contributor
GMSA issue to fetch the password
Hi, I have a weird issue that doesn't allow gsma account installation. The context : 2 test Hyper-V VMs from a unique base disk containing a fresh install of Windows Server 2019 with all def...
LainRobertson
May 05, 2022Silver Contributor
In your New-ADServiceAccount statement, you have mistakenly used "-PrincipalsAllowedToDelegateToAccount" where you ought to have used "-PrincipalsAllowedToRetrieveManagedPassword".
The "access denied" makes sense in this context.
Cheers,
Lain