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.
 
Back
Top