Dec 29 2021 12:19 PM
I was working on permissions for one the group policies and I managed to remove the domain administrator access to it. Now it doesn't show up in the GPO list. I know it's working for the domain users as it shows up in the list.
I can't figure out how to access it to put the permissions back on it so that it shows up with the domain administrator account.
Dec 29 2021 08:16 PM
SolutionHi, @JB306
You can change permission with "Domain users" account. (like your personal account not a admin)
run gpmc with user account which member of Domain users.
C: >runas /user:YOURDOMAIN\YOURACCOUNT gpmc.exe
C: > Password :
Thanks.