When I add a new user to Windows (7 or Server 2k8) and I make it a member of the Administrators group, does it matter if I keep or remove the Users membership? Most of the time I remove the Users membership since it seems redundant, but does it matter?
feedback
|
|
It matters in so much as Deny privileges take precedence over Allow. If your Users have a Deny permissions on anything, their Administrator membership will not allow them access to the resource. You can test this on Users by creating a deny permission to list contents of a folder, you will get the following warning dialog:
So unless you plan to NEVER assign a Deny to Users, remove Administrators from the Users group. | |||
|
feedback
|