|
Posted by Roger Abell on August 24, 2005, 3:05 am
If you were Registered and logged in, you could reply and use other advanced thread options You have answers, but as no one directly stated the answer
to your question, I will.
No. It is not possible to do this without altering the permissions
on the folders, or changing your sharing strategy. Access is controlled
by the security settings. You did not use this, but now want to control
access, which means you do now need to use this by defining it.
As Rick indicates, cacls can be your friend here.
cacls c:\folderroot\user1 /t /g user1:f
cacls c:\folderroot\user2 /t /g user2:f
etc. in a bat file, and include if desired after each of the above such as
cacls c:\folderroot\user1 /t /e /g administrators:f
--
Roger Abell
Microsoft MVP (Windows Security)
MCSE (W2k3,W2k,Nt4) MCDBA
> running into a small issue.
> the shared directory is shared to everyone and for a time the security was
> set to everyone full access, then each user has a folder within this
shared
> folder.
> we are now running into the problem of network users browsing the network
> accessing other users drives. is it possible to keep them from accessing
> other users folders without having to change the security on over 2000
> folders?
>
> please help!!
|