Jump to content

Unable to access folder via group


Recommended Posts

Posted

Hi,

Users are not able to access to folder if the access is granted via group.

Error 'Access is denied'. However if the access is granted individually,

users are able to access to the folder. Both the individual and groups rights

are similar.

  • Replies 1
  • Created
  • Last Reply
Guest Pegasus \(MVP\)
Posted

Re: Unable to access folder via group

 

 

"zerhyr" <zerhyr@discussions.microsoft.com> wrote in message

news:51FBFA9D-A880-40A9-8C3D-3F37B036F9C6@microsoft.com...

> Hi,

> Users are not able to access to folder if the access is granted via group.

> Error 'Access is denied'. However if the access is granted individually,

> users are able to access to the folder. Both the individual and groups

> rights

> are similar.

 

Let's have some hard evidence of your observation. Assuming

that "Q:\Some Folder" is the problem folder, do this:

 

- Grant group access to user xxx but not individual access.

- Log on as xxx.

- Open a Command Prompt.

- Run the following commands:

echo %date% %time% > c:\test.txt

net user "%UserName%" >> c:\test.txt

cacls "Q:\Some Folder" >> c:\test.txt

dir "Q:\Some Folder" >> c:\test.txt

copy c:\test.txt "Q:\Some Folder" 1>>c:\test.txt 2>>&1

notepad c:\test.txt

 

Now post the contents of this file into your reply.


×
×
  • Create New...