|
-
May 1st, 2003, 10:32 AM
#1
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.
-
May 1st, 2003, 11:11 AM
#2
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.
-
May 1st, 2003, 11:21 AM
#3
-
February 19th, 2010, 03:34 PM
#4
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.
-
February 19th, 2010, 03:39 PM
#5
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
-
Forum Rules
|
|