I am working in an Windows active directory environment.
I am connected to a windows workstation with a domain user.
Here is what I see when I type:
whoami /groups
BUILTIN\Administrators Alias S-XXXXX Group used for deny only
I have a local administrator account too and a domain administrator account. I have tried to add my user to this group. I have also tried to remove it from the group and add it again (with "net localgroup groupname username /add") command.
It does not work. My user is still present in this "Deny" group.
How can I add my user to Administrators group ?
Thanks