Search by file ownership?

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,
Is there a way to search for (or list) all files owned by a certain user?
W2k Domain Controller Active Directory, small network.
Thanks so much
Frank L
 
Frank said:
Hi,
Is there a way to search for (or list) all files owned by a certain user?
W2k Domain Controller Active Directory, small network.
Thanks so much
Frank L

You can start a Command Prompt, then execute this command:

xcacls *.* /T | more

If an owner is defined then you will see him/her on the screen.

xcacls.exe comes with the Win2000 Resource Kit.
 

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