Files owned

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top