Search for all files owned by a specific user
Results 1 to 5 of 5

Thread: Search for all files owned by a specific user

  1. #1
    Join Date
    Jun 2001
    Posts
    36

    Search for all files owned by a specific user

    Is there a tool that would help me search for all files owned by a specific user in Windows 2000?
    Thanks for any sugesstions made.

  2. #2
    Join Date
    May 2000
    Posts
    583
    A quick way would be to use the DIR /Q command. For example...
    Code:
    DIR C:\*.* /S /Q|FIND /i "username" > c:\userlist.txt
    Note this will find files named username* as well.

  3. #3
    Join Date
    Jun 2001
    Posts
    36

    Thumbs up

    thanks

  4. #4
    Join Date
    Feb 2010
    Location
    Chicagoland
    Posts
    3
    There's a small utility that searches based on owner or SID at http://www.grimadmin.com/staticpages...php/file-owner and lets you export what it finds to a comma-separated text file.

  5. #5
    Join Date
    Feb 2010
    Location
    Chicagoland
    Posts
    3
    Dude, what you want is Microsoft's Performance Monitor Wizard (PerfWiz).

    "The Performance Monitor Wizard simplifies the gathering of performance monitor logs. It configures the correct counters to collect sample intervals and log file sizes. This wizard can create logs for troubleshooting operating system or Exchange server performance issues."

    The KB article is http://support.microsoft.com/kb/248345

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •