Forum Discussion
Darvin1705
Mar 16, 2023Copper Contributor
Long adding users to the group in Windows Server 2022
Hello friends I have probably a trivial problem for you guys, but I have no idea how to speed it up. I'm creating a new group in AD (Global - Security). I am adding a user to this group. The pr...
- Mar 16, 2023Group Membership is only evaluated on logon. So, if you change the membership of a user (or a group the user belongs to), you must tell the user to logoff and logon again. Afterwards he should immediately have his new permissions.
dretzer
Mar 16, 2023Iron Contributor
Group Membership is only evaluated on logon. So, if you change the membership of a user (or a group the user belongs to), you must tell the user to logoff and logon again. Afterwards he should immediately have his new permissions.
Darvin1705
Mar 16, 2023Copper Contributor
Thank you for your help 🙂