ACCESS LIST

  • Thread starter Thread starter MO0O0O0ODY
  • Start date Start date
M

MO0O0O0ODY

Dear Friends,

i have a big problem as follow,i have a shared drive on my server in
which all departments have their own folder on it.and i want to know
all the users that have access on folders and sub folders cause the
inheritance is blocked from the parent folder...i tried to do that,
but i found that i have a hundred of folders that i cannot browse each
folder alone..it will take along time .so is there is any tools that
can extract all users that have access on any folders by the user name
and his access level??????

please advise............

Many thanks and kind regards
 
MO0O0O0ODY said:
Dear Friends,

i have a big problem as follow,i have a shared drive on my server in
which all departments have their own folder on it.and i want to know
all the users that have access on folders and sub folders cause the
inheritance is blocked from the parent folder...i tried to do that,
but i found that i have a hundred of folders that i cannot browse each
folder alone..it will take along time .so is there is any tools that
can extract all users that have access on any folders by the user name
and his access level??????

please advise............

Many thanks and kind regards

Run this command from a Command Prompt:

cacls "D:\Some Folder" /t > c:\access.txt

Now examine c:\access.txt and look for your user.
 
Back
Top