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.
Printable View
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.
A quick way would be to use the DIR /Q command. For example...Note this will find files named username* as well.Code:DIR C:\*.* /S /Q|FIND /i "username" > c:\userlist.txt
thanks
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.
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