Open buzzzo opened 1 year ago
How is access being granted to use it? Are you using a group name, a SID, what?
By group name
So that makes sense. Windows or Make Me Admin or anything else would not be able to resolve the name of a user's groups without a connection to AD.
If you're going to use a name, the group needs to be either local (so its name can be resolved always) or the device needs an AD connection.
If the device will be disconnected sometimes, use the group's SID, which will always be available.
Thx
Thanks Patrick. This is good to know. I wondered about this too. And probably a good idea to document… such as at https://github.com/pseymour/MakeMeAdmin/wiki/Registry-Settings ?
On Fri, Oct 27, 2023 at 3:20 AM Patrick S. Seymour @.***> wrote:
So that makes sense. Windows or Make Me Admin or anything else would not be able to resolve the name of a user's groups without a connection to AD.
If you're going to use a name, the group needs to be either local (so its name can be resolved always) or the device needs an AD connection.
If the device will be disconnected sometimes, use the group's SID, which will always be available.
— Reply to this email directly, view it on GitHub https://github.com/pseymour/MakeMeAdmin/issues/106#issuecomment-1782500796, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2H672F7GZY5KPCTQT5IHTYBNVFDAVCNFSM6AAAAAA6PL7YQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGUYDANZZGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi
I'm facing a strange issue: makemeadmin button "grant administrator" is greyed out when user's pc is not connected to the lan where domain controller is located .
As son as I connect it on the "active directory" lan the button is turned on.
Is it a known issue ?
Thx in advance