Logging out user

Ian

Distinguished
Apr 5, 2004
820
0
18,980
Archived from groups: microsoft.public.win2000.active_directory (More info?)

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

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

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.

"Ian" wrote:

> 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

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

"" wrote:
> 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

you need to audit account loggons and check the security event logs on
each DC.. use eventcomb for this or a full monitoring tool. to limit
user’s login try limitlogin
(http://www.microsoft.com/technet/technetmag/issues/2005/05/UtilitySpotlight/default.aspx)

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/Active-Directory-Logging-user-ftopict397710.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1312928
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

On Mon, 18 Jul 2005 18:49:03 -0700, Ian <Ian@discussions.microsoft.com> wrote:

>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?