Logging out user

G

Guest

If a known user has logged on Win2K domain from some where, how to find out
from where she logged on or simply log her account out of domain completely.
Thanks.

Ian
 
G

Guest

Ian,

I had this issue come up with a major customer. Windows 2000 / 2003 does not
offer a built in out of the box way to do this. This will need to be scripted
one way or another. If you are auditing for account logon events, you can
parse the security logs on DCs (useful tool is Event Comb) and go based on
the information in the events.

There are scripts that search where the user has logged on, but most that I
have seen require that computer browser / WINS is configured.

There is a psLoggedOn utility on sysinternals and I talked to a person who
uses a third party utility by Hammer Software called MetaLan

http://www.hammer-software.com/index.php?page_id=19

I fought with this for three weeks. Not that easy. If you find another way
let me know.
 
J

Jorge_de_Almeida_Pinto

J

Jerold Schulman

If a known user has logged on Win2K domain from some where, how to find out
from where she logged on or simply log her account out of domain completely.
Thanks.

Ian

See tip 4712 » PsLoggedOn freeware tells you who is logged onto a computer, or it can locate a user.
in the 'Tips & Tricks' at http://www.jsifaq.com

See tip 4086 » PsShutdown command-line freeware works on both the local and remote computers.

See tip 9541 » How do I log a user off the console (desktop) after a period of inactivity?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top