Claudio provided me this quick tips for searching all files owned by a specific user
dir /q /s find /i "domain\username"
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
1 commenti:
I tried this before and it works OK, but there are some annoyances to it. Partially to teach myself some .NET and C# and partially to make searching by owner of a file easier, I made a small utility that does this. You can download it for free at http://www.grimadmin.com/staticpages/index.php/file-owner if you want something a little more powerful and that can export to CSV, sort easily by location or filesize, etc.
Post a Comment