Files owned

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to find out all the files a specific user owns on a file server?
 
John said:
Is there a way to find out all the files a specific user owns on a file server?

at a command prompt at the directory in question:

dir /q /s | find "username" /i > c:\usernames.log & notepad c:\usernames.log

that should be on one line too
 
Is there a switch that will show all the users that have access to a
directory and their respective permissions.
-Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top