I'm very new to windows server. I'm a software engineer but since we don't have a real sysadmin I'm supposed to figure out everything that is slightly computer related (you know how it is...).
I need to set permissions for a group on a specified folder. It works for a single user. I set both the sharing and security permissions for the user and only this user can access the folder. I'd like to manage multiple users with groups instead of adding each user individualy.
So I fire up Active Directory Users and Computers console, Create a group then drag all the wanted users in the group. The "Members" tab shows everyone correctly.
I try to repeat the steps where I add the users to the folder permission/security but the users can't access it. When a user, member of the group, on a remote machine, tries to access the folder, it says that the user does not have the permission to access that folder.
Edit :
There is no sharing permission/ntfs security setting to deny anywhere for that folder.
In sharing permissions there is my new group and the original owner of the folder (single user).
In the security tab there are the default users/groups
- Administrators
- USers
- CREATOR OWNER
- SYSTEM
Also there are the original owner and my new group
Presumably you're not playing around with "Deny" entries and you're just adding permissive "XXX Group / Read and Execute" type permissions (or something similar). If you are playing around with "Deny" permissions, stop doing so. Concentrate on granting permission to the resource. Anyone not named in the permission is implicitly denied access, so you don't need to put in any "Deny" entries (except in corner-cases which, typically, aries because of bad folder hierarchy and permission design).
After you've added the user to the group you'll need them to logoff and logon again for the updated group membership to take effect. Have you had the affected do that?
It's not necessary to have them logoff and logon again when you change the permissions, but the user's group membership list is only built at logon.
I'm going to suggest the obvious answers/things to test first, because you don't specify them.
The reason I ask is that a deny, for example, would always overrule an allowed access.
Four things.