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 06, 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
- C-FouMay 06, 2022Copper Contributor
LainRobertsonoh, I am such a dumb, no misunderstood, only I did it so quickly with autocompletion. worse for me, I have repeated it several times !!!! Thanks 🙂
- LainRobertsonMay 06, 2022Silver Contributor