I need to find out which users are currently using a file on a network
(so I can get them too close it). If there some tool or way anyone
knows to do this?

Re: Reveal Users Using a File by David

David
Thu Aug 31 20:12:04 CDT 2006

From: <justin.poole@gmail.com>

| I need to find out which users are currently using a file on a network
| (so I can get them too close it). If there some tool or way anyone
| knows to do this?

%windir%\system32\fsmgmt.msc

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm



Re: Reveal Users Using a File by justin

justin
Thu Aug 31 20:38:34 CDT 2006

This doesn't show my mapped network drives... or give me to option to
find information on who is using a particular file... any other ideas?


David H. Lipman wrote:
> From: <justin.poole@gmail.com>
>
> | I need to find out which users are currently using a file on a network
> | (so I can get them too close it). If there some tool or way anyone
> | knows to do this?
>
> %windir%\system32\fsmgmt.msc
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> http://www.ik-cs.com/got-a-virus.htm


Re: Reveal Users Using a File by David

David
Thu Aug 31 21:03:45 CDT 2006

From: <justin.poole@gmail.com>

| This doesn't show my mapped network drives... or give me to option to
| find information on who is using a particular file... any other ideas?
|

What are you talking about ?

"Shares" shows the each NT Share being shared and the properties to control and to set the
priveleges on it.

"Session" shows who's connected and how many open files that users has open.

"Open Files" shows the fully qualified name and path to a file being opened and the user
opening it.


--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm



Re: Reveal Users Using a File by karl

karl
Fri Sep 01 07:47:00 CDT 2006

If you mean you're trying to use your workstation to find out what files are
open on a server, you need to do that from the server, using that same tool.
That tool only inspects the local computer resources.

--
kind regards,
Karl Levinson, CISSP, CCSA, MCSE [MS MVP]
--------------------------------
Microsoft Security FAQ:
http://securityadmin.info


<justin.poole@gmail.com> wrote in message
news:1157074714.522227.315430@i42g2000cwa.googlegroups.com...
> This doesn't show my mapped network drives... or give me to option to
> find information on who is using a particular file... any other ideas?
>
>
> David H. Lipman wrote:
>> From: <justin.poole@gmail.com>
>>
>> | I need to find out which users are currently using a file on a network
>> | (so I can get them too close it). If there some tool or way anyone
>> | knows to do this?
>>
>> %windir%\system32\fsmgmt.msc
>>
>> --
>> Dave
>> http://www.claymania.com/removal-trojan-adware.html
>> http://www.ik-cs.com/got-a-virus.htm
>



Re: Reveal Users Using a File by David

David
Fri Sep 01 13:48:06 CDT 2006

From: "karl levinson, mvp" <levinson_k@securityadmin.info>

| If you mean you're trying to use your workstation to find out what files are
| open on a server, you need to do that from the server, using that same tool.
| That tool only inspects the local computer resources.
|

If that is the case, he can use...

%windir%\system32\compmgmt.msc

And connect to the remote system. This utility is a superset of File Server Management
utility capabilities I suggested and can do so remotely.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm



Re: Reveal Users Using a File by karl

karl
Fri Sep 01 22:24:39 CDT 2006

"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
news:uq$zqcfzGHA.3440@TK2MSFTNGP06.phx.gbl...

> | If you mean you're trying to use your workstation to find out what files
> are
> | open on a server, you need to do that from the server, using that same
> tool.
> | That tool only inspects the local computer resources.
> |
>
> If that is the case, he can use...
>
> %windir%\system32\compmgmt.msc
>
> And connect to the remote system. This utility is a superset of File
> Server Management
> utility capabilities I suggested and can do so remotely.

Absolutely, yes.



Re: Reveal Users Using a File by Joe

Joe
Sun Sep 03 16:30:11 CDT 2006

justin.poole@gmail.com schrieb:
> I need to find out which users are currently using a file on a network
> (so I can get them too close it). If there some tool or way anyone
> knows to do this?
>
Hi Justin,

logon to the file-server, users are accessing files.

The command "net files" should show you accessed files by users. Try
"net files id /close" to close the files....may be the Tool can Hyena
help you...

Hope this helps