how can I do a Windows file search by file owner
I want to find a particular Excel file created by a past employee. All I know for sure is the file format (Excel 1997-2003) and the file owner's name. How can I search for this file on a Windows network share by file owner?
filesystems search windows-search ownership
add a comment |
I want to find a particular Excel file created by a past employee. All I know for sure is the file format (Excel 1997-2003) and the file owner's name. How can I search for this file on a Windows network share by file owner?
filesystems search windows-search ownership
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
1
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16
add a comment |
I want to find a particular Excel file created by a past employee. All I know for sure is the file format (Excel 1997-2003) and the file owner's name. How can I search for this file on a Windows network share by file owner?
filesystems search windows-search ownership
I want to find a particular Excel file created by a past employee. All I know for sure is the file format (Excel 1997-2003) and the file owner's name. How can I search for this file on a Windows network share by file owner?
filesystems search windows-search ownership
filesystems search windows-search ownership
asked Feb 16 '12 at 16:21
RoryRory
1993312
1993312
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
1
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16
add a comment |
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
1
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
1
1
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16
add a comment |
2 Answers
2
active
oldest
votes
DIR C:*.* /S /Q|FIND /i "username" > C:userlist.txt
the above searches for every thing the user had in the C:
drive, you can substitute the drive letter and the file extention. ex: C:*.xls
or P:*.xls
. the result is sent to C:userlist.txt
, you can direct it to any path of your desire.
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
add a comment |
If you don't really like command prompt (I wouldn't blame you) then simply type "owner:" It should change color as soon as you type the colon. The owner is not a person's name, but rather their user name. You can get a feel for the format, in case you use something strange, by adding the "owner" column in a normal file view.
To do that, right click at the top of detail view in a file explore window (Win+E, if you like shortcuts) and choose "More..." then add owner. Note: you have to right click on an existing column. It's sort of an oversight on microsoft's part. So if all you have is the normal Name, date, type, size, and folder, you can't right click to the right of the folder column.
That's a handy trick to find out who messed with your latest excel file. It'll show you whoever saved it last.
As an example, I wanted to find all Adobe Illustrator files that I made inside of a particular folder. I first go to that location then type:
owner:myusername *.ai (where .ai is the file extension for adobe illustrator documents)
This search shows me all of the illustrator files where I was the last person to save.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f390721%2fhow-can-i-do-a-windows-file-search-by-file-owner%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
DIR C:*.* /S /Q|FIND /i "username" > C:userlist.txt
the above searches for every thing the user had in the C:
drive, you can substitute the drive letter and the file extention. ex: C:*.xls
or P:*.xls
. the result is sent to C:userlist.txt
, you can direct it to any path of your desire.
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
add a comment |
DIR C:*.* /S /Q|FIND /i "username" > C:userlist.txt
the above searches for every thing the user had in the C:
drive, you can substitute the drive letter and the file extention. ex: C:*.xls
or P:*.xls
. the result is sent to C:userlist.txt
, you can direct it to any path of your desire.
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
add a comment |
DIR C:*.* /S /Q|FIND /i "username" > C:userlist.txt
the above searches for every thing the user had in the C:
drive, you can substitute the drive letter and the file extention. ex: C:*.xls
or P:*.xls
. the result is sent to C:userlist.txt
, you can direct it to any path of your desire.
DIR C:*.* /S /Q|FIND /i "username" > C:userlist.txt
the above searches for every thing the user had in the C:
drive, you can substitute the drive letter and the file extention. ex: C:*.xls
or P:*.xls
. the result is sent to C:userlist.txt
, you can direct it to any path of your desire.
edited May 17 '13 at 11:52
Simon
3,67721940
3,67721940
answered May 17 '13 at 11:27
user225007user225007
312
312
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
add a comment |
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
The output does not contain the file path for each file owned by the particular user. What combination of switches would you use to include this information?
– BobJim
Oct 16 '14 at 11:04
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
Info on DIR & FIND (surprisingly easy to follow) in case people want to do a few more advanced operations
– Greedo
Jun 16 '17 at 8:35
add a comment |
If you don't really like command prompt (I wouldn't blame you) then simply type "owner:" It should change color as soon as you type the colon. The owner is not a person's name, but rather their user name. You can get a feel for the format, in case you use something strange, by adding the "owner" column in a normal file view.
To do that, right click at the top of detail view in a file explore window (Win+E, if you like shortcuts) and choose "More..." then add owner. Note: you have to right click on an existing column. It's sort of an oversight on microsoft's part. So if all you have is the normal Name, date, type, size, and folder, you can't right click to the right of the folder column.
That's a handy trick to find out who messed with your latest excel file. It'll show you whoever saved it last.
As an example, I wanted to find all Adobe Illustrator files that I made inside of a particular folder. I first go to that location then type:
owner:myusername *.ai (where .ai is the file extension for adobe illustrator documents)
This search shows me all of the illustrator files where I was the last person to save.
add a comment |
If you don't really like command prompt (I wouldn't blame you) then simply type "owner:" It should change color as soon as you type the colon. The owner is not a person's name, but rather their user name. You can get a feel for the format, in case you use something strange, by adding the "owner" column in a normal file view.
To do that, right click at the top of detail view in a file explore window (Win+E, if you like shortcuts) and choose "More..." then add owner. Note: you have to right click on an existing column. It's sort of an oversight on microsoft's part. So if all you have is the normal Name, date, type, size, and folder, you can't right click to the right of the folder column.
That's a handy trick to find out who messed with your latest excel file. It'll show you whoever saved it last.
As an example, I wanted to find all Adobe Illustrator files that I made inside of a particular folder. I first go to that location then type:
owner:myusername *.ai (where .ai is the file extension for adobe illustrator documents)
This search shows me all of the illustrator files where I was the last person to save.
add a comment |
If you don't really like command prompt (I wouldn't blame you) then simply type "owner:" It should change color as soon as you type the colon. The owner is not a person's name, but rather their user name. You can get a feel for the format, in case you use something strange, by adding the "owner" column in a normal file view.
To do that, right click at the top of detail view in a file explore window (Win+E, if you like shortcuts) and choose "More..." then add owner. Note: you have to right click on an existing column. It's sort of an oversight on microsoft's part. So if all you have is the normal Name, date, type, size, and folder, you can't right click to the right of the folder column.
That's a handy trick to find out who messed with your latest excel file. It'll show you whoever saved it last.
As an example, I wanted to find all Adobe Illustrator files that I made inside of a particular folder. I first go to that location then type:
owner:myusername *.ai (where .ai is the file extension for adobe illustrator documents)
This search shows me all of the illustrator files where I was the last person to save.
If you don't really like command prompt (I wouldn't blame you) then simply type "owner:" It should change color as soon as you type the colon. The owner is not a person's name, but rather their user name. You can get a feel for the format, in case you use something strange, by adding the "owner" column in a normal file view.
To do that, right click at the top of detail view in a file explore window (Win+E, if you like shortcuts) and choose "More..." then add owner. Note: you have to right click on an existing column. It's sort of an oversight on microsoft's part. So if all you have is the normal Name, date, type, size, and folder, you can't right click to the right of the folder column.
That's a handy trick to find out who messed with your latest excel file. It'll show you whoever saved it last.
As an example, I wanted to find all Adobe Illustrator files that I made inside of a particular folder. I first go to that location then type:
owner:myusername *.ai (where .ai is the file extension for adobe illustrator documents)
This search shows me all of the illustrator files where I was the last person to save.
answered Jun 16 '14 at 19:33
Andy EngelkemierAndy Engelkemier
311
311
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f390721%2fhow-can-i-do-a-windows-file-search-by-file-owner%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Which Windows version?
– m0skit0
Feb 16 '12 at 16:30
My own pc is XP 2002 SP3 but I can run the search from the fileserver (Windows Server 2003)
– Rory
Feb 16 '12 at 16:35
1
Se this...sevenforums.com/general-discussion/…
– Moab
Feb 16 '12 at 16:47
Thanks Moab. +1. SubInACL it is. Now how can I close this question?
– Rory
Feb 16 '12 at 19:50
Moab - add this as an answer if you wish
– Rory
Feb 18 '12 at 21:16