Guest mikee Posted October 8, 2007 Posted October 8, 2007 We have a w2k3 domain. We need to get the file names from a particular directory and a listing of who and what groups has access to all of these folders. Is there a tool we can use to gather this info. It would take us days to manually get this. Thanks in advance
Guest Pegasus \(MVP\) Posted October 8, 2007 Posted October 8, 2007 Re: How to get directory information "mikee" <mikee@discussions.microsoft.com> wrote in message news:91C7C986-05FC-471C-B108-63F0998E08E0@microsoft.com... > We have a w2k3 domain. We need to get the file names from a particular > directory and a listing of who and what groups has access to all of these > folders. Is there a tool we can use to gather this info. It would take us > days to manually get this. > > > Thanks in advance Run this command from a Command Prompt: cacls "d:\Some Folder\*.*" /t > c:\permissions.txt
Recommended Posts