Your admin group still needs the permissions for the commandd you’re trying to execute.
So you would have to set
add_ace group.admin command.<whatever you want to do> allow
or if you are the only one with the admin group you can always do
add_ace group.admin command allow
add_ace group.admin command.quit deny
to allow every command to be ran by group.admin
This post by Vespure is pretty helpful.
1 Like