RE: [ActiveDir] Users Logged In

2003-07-29 Thread Milind Patil
You can use the Server Manager for the same..

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 11:59 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In


How do I know what users are currently logged in? They are all logging 
into the domain into active directory but I don't know where to see the 
users that are currently logged and which ones aren't. Secondly would 
it show if they are idle?

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Carlos Magalhaes
Title: RE: [ActiveDir] Users Logged In






Do you only want to see the information or do you want to log it as well?



Regards,
Carlos Magalhaes



-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 29, 2003 8:29 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In


How do I know what users are currently logged in? They are all logging 
into the domain into active directory but I don't know where to see the 
users that are currently logged and which ones aren't. Secondly would 
it show if they are idle?


List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



-
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected.  Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.  

Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination.  The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message.  Trencor is not
responsible in the event of any third party
interception of this email.   

If you have received this email in error please notify
[EMAIL PROTECTED]   For more information about
Trencor, visit www.trencor.net http://www.trencor.net



RE: [ActiveDir] Users Logged In

2003-07-29 Thread Joe
This is a UNIX or Mainframe mindset. Logons are a more nebulous concept
in Windows. There isn't anything keeping a running tally of who has
logged into the domain and who has logged out. Doing something like that
is difficult at best in a distributed system like the Windows domain
structure is. Also consider things like hibernation and such where you
are in fact actually still logged on with credentials but not connected
to anything. 

You actually do an interactive logon to a workstation which may or may
not be a domain logon, then anytime you touch a resource a type of logon
occurs with that resource as well whether it is the passing of a
kerberos cert to say you are ok to actually passing full credentials.
Also a person could actually be logged on using resources with a
domain ID without actually being logged on interactively with their
domain ID. Take for instance my laptop that I bring to the office, I log
on to a local ID on the laptop but when I attach to various resources, I
connect as an ID to each that has the access rights that I require. When
a person logs on interactively to a domain and reconnects to multiple
resources such as file and print servers or other resources that use
windows authentication you will often see multiple logon events in the
Domain Controllers event log for them. That helps illustrate the
authentication scheme I am describing.

To see who is connected to any given resources you can do a session or
file enumeration. Session enumeration will show you who has current
NetBIOS pipes to a server or client (aka sessions). A file enumeration
will show you who has files open on a specific server or client. If they
have files open they will also have a session open so if you are looking
to see who is actually using a resource (i.e. logged into it whether
with credentials or anonymously) you usually do a session enumeration.

Session enumerations can be done with server manager or the computer
management mmc or NET SESSIONS command or if you want a simple remote
command line method you can check out netsess on www.joeware.net on the
free win32 tools page. 

You also have interactive logons like through TS. You can check
sysinternals for tools that will show you all interactive logons to a
single machine. You can also do it in a semi-reasonable poor man's way
by looking at the net bios name table for a given machine nbtstat -a
machinename and look for all of the messenger service records 03. 

About the closest/simplest I can think of to get you to kind of what I
think you are looking for would be to do a session enumeration on all of
your DC's or any file servers that all people always connect to. Note
that a runas or net use connection to a given machine without a
corresponding interactive logon will most likely not spawn a session on
a DC. 


Here is an example of netsess run against one of my test DC's at home:

F:\Dev\cpp\NetSessnetsess \\wserver1

NetSess V01.01.00cpp  Joe Richards ([EMAIL PROTECTED]) October 2002

Enumerating Machine: \\wserver1

Client User NameTime   Idle Time

-
\\MAIN JOE  128:41:46  000:00:00
\\192.168.0.1  WSERVER1$000:00:26  000:00:00

Total of 2 entries enumerated

F:\Dev\cpp\NetSess



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard
Sumilang
Sent: Tuesday, July 29, 2003 2:29 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In


How do I know what users are currently logged in? They are all logging 
into the domain into active directory but I don't know where to see the 
users that are currently logged and which ones aren't. Secondly would 
it show if they are idle?

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Thommes, Michael M.
One way to do this is to go to the Computer Management mmc, go to System Tools/Shared 
Folders/Sessions.  You can export the data.  You will  have to do this on each of your 
domain controllers to get a complete picture.
 
Mike Thommes

-Original Message- 
From: Richard Sumilang [mailto:[EMAIL PROTECTED] 
Sent: Tue 7/29/2003 1:28 AM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: [ActiveDir] Users Logged In



How do I know what users are currently logged in? They are all logging 
into the domain into active directory but I don't know where to see the 
users that are currently logged and which ones aren't. Secondly would 
it show if they are idle? 

List info   : http://www.activedir.org/mail_list.htm 
List FAQ: http://www.activedir.org/list_faq.htm 
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ 


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


Re: [ActiveDir] Users Logged In

2003-07-29 Thread Richard Sumilang
Initially just to see them but both sound good :-)

On Tuesday, July 29, 2003, at 02:13  AM, Carlos Magalhaes wrote:



Do you only want to see the information or do you want to log it as 
well?

Regards,
Carlos Magalhaes
-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 8:29 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In
How do I know what users are currently logged in? They are all logging
into the domain into active directory but I don't know where to see the
users that are currently logged and which ones aren't. Secondly would
it show if they are idle?
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/

InterScan_Disclaimer.txt
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


Re: [ActiveDir] Users Logged In

2003-07-29 Thread Richard Sumilang
Not to sound like an absolute n00b or anything, but where is Server 
Manager?

On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

You can use the Server Manager for the same..

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 11:59 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In
How do I know what users are currently logged in? They are all logging
into the domain into active directory but I don't know where to see the
users that are currently logged and which ones aren't. Secondly would
it show if they are idle?
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Free, Bob
Not to sound like an absolute n00b or anything,

Too late :-]

start|run|svrmgr

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything, but where is Server 
Manager?


On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all logging
 into the domain into active directory but I don't know where to see the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


Re: [ActiveDir] Users Logged In

2003-07-29 Thread Richard Sumilang
When I go to start, run, svrmgr it says that the program does not 
exist. How do I install it?

On Tuesday, July 29, 2003, at 11:06  AM, Free, Bob wrote:

Not to sound like an absolute n00b or anything,
Too late :-]

start|run|svrmgr

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In
Not to sound like an absolute n00b or anything, but where is Server
Manager?
On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

You can use the Server Manager for the same..

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 11:59 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Users Logged In
How do I know what users are currently logged in? They are all logging
into the domain into active directory but I don't know where to see 
the
users that are currently logged and which ones aren't. Secondly would
it show if they are idle?

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Celone, Mike
Title: RE: [ActiveDir] Users Logged In





Actually mine was included in the Win2k Resource Kit and it's srvmgr.exe.


Mike 


-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 29, 2003 2:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything,


Too late :-]


start|run|svrmgr


-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In



Not to sound like an absolute n00b or anything, but where is Server Manager?



On Tuesday, July 29, 2003, at 01:06 AM, Milind Patil wrote:


 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all logging
 into the domain into active directory but I don't know where to see the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info : http://www.activedir.org/mail_list.htm
 List FAQ : http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info : http://www.activedir.org/mail_list.htm
 List FAQ : http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/




List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/





RE: [ActiveDir] Users Logged In

2003-07-29 Thread Thommes, Michael M.
Not too late...I believe it is only available under NT 4.

Mike Thommes

-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 1:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything,

Too late :-]

start|run|svrmgr

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything, but where is Server 
Manager?


On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all logging
 into the domain into active directory but I don't know where to see the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Hutchins, Mike
heh

-Original Message-
From: Thommes, Michael M. [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2003 12:19 PM
To: [EMAIL PROTECTED]

Not too late...I believe it is only available under NT 4.

Mike Thommes

-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 1:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything,

Too late :-]

start|run|svrmgr

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In


Not to sound like an absolute n00b or anything, but where is Server 
Manager?


On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all logging
 into the domain into active directory but I don't know where to see
the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/


List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Kitchens Arthur E
Title: RE: [ActiveDir] Users Logged In





The version for XP works on all of them I believe (NT 4.0,2000,2003). 
It's on the install cd's in the I386 folder adminpak.msi, or available for download from microsoft. I don't have the URL handy, sorry.

-Original Message-
From: Thommes, Michael M. [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 29, 2003 12:19 PM
To: [EMAIL PROTECTED]


Not too late...I believe it is only available under NT 4.


Mike Thommes


-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 29, 2003 1:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In



Not to sound like an absolute n00b or anything,


Too late :-]


start|run|svrmgr


-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In



Not to sound like an absolute n00b or anything, but where is Server 
Manager?



On Tuesday, July 29, 2003, at 01:06 AM, Milind Patil wrote:


 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all logging 
 into the domain into active directory but I don't know where to see
the
 users that are currently logged and which ones aren't. Secondly would 
 it show if they are idle?

 List info : http://www.activedir.org/mail_list.htm
 List FAQ : http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info : http://www.activedir.org/mail_list.htm
 List FAQ : http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/




List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



List info : http://www.activedir.org/mail_list.htm
List FAQ : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/





RE: [ActiveDir] Users Logged In

2003-07-29 Thread Shawn.Hayes
Title: Message



srvmgr 
is out of the box an available application Windows 2000 server located in the 
 system32 directory 

srvmgr 
from NT4 will also work. just copy the .exe to your local machine or run 
it from the server, it is up to you.

Shawn 

  
  -Original Message-From: Kitchens Arthur 
  E [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 
  2:36 PMTo: '[EMAIL PROTECTED]'Subject: RE: 
  [ActiveDir] Users Logged In
  The version for XP works on all of them I believe (NT 
  4.0,2000,2003). It's on the install cd's in the I386 
  folder adminpak.msi, or available for download from microsoft. I don't have 
  the URL handy, sorry.
  -Original Message- From: 
  Thommes, Michael M. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 29, 2003 12:19 PM To: 
  [EMAIL PROTECTED] 
  Not too late...I believe it is only available under NT 
  4. 
  Mike Thommes 
  -Original Message- From: Free, 
  Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 29, 2003 1:06 PM To: 
  [EMAIL PROTECTED] Subject: RE: [ActiveDir] 
  Users Logged In 
  Not to sound like an absolute n00b or anything, 

  Too late :-] 
  start|run|svrmgr 
  -Original Message- From: 
  Richard Sumilang [mailto:[EMAIL PROTECTED]] 
  Sent: Tuesday, July 29, 2003 10:49 AM To: [EMAIL PROTECTED] Subject: Re: 
  [ActiveDir] Users Logged In 
  Not to sound like an absolute n00b or anything, but where is 
  Server Manager? 
  On Tuesday, July 29, 2003, at 01:06 AM, Milind Patil 
  wrote: 
   You can use the Server Manager for the same.. 
-Original 
  Message-  From: Richard Sumilang [mailto:[EMAIL PROTECTED]] 
   Sent: Tuesday, July 29, 2003 11:59 AM  To: [EMAIL PROTECTED]  
  Subject: [ActiveDir] Users Logged In  
How do I know what users 
  are currently logged in? They are all logging  
  into the domain into active directory but I don't know where to see 
  the  users that are currently 
  logged and which ones aren't. Secondly would  it 
  show if they are idle?   List info : http://www.activedir.org/mail_list.htm  List FAQ : http://www.activedir.org/list_faq.htm  List archive:  http://www.mail-archive.com/activedir%40mail.activedir.org/ 
   List info : http://www.activedir.org/mail_list.htm  List FAQ : http://www.activedir.org/list_faq.htm  List archive:  http://www.mail-archive.com/activedir%40mail.activedir.org/ 

  List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ 
  List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ 
  
  List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ 
  
  List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ 
  


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Free, Bob
If you are running XP, my copy's from the 2003 ResKit. It should already
be on a 2K box in %windir%\system32

Caveat emptor-

From 2003 RK help

Warning

Using this tool on Active Directory domains or Windows 2000, Windows XP
or Windows Server 2003 computers may cause corruption, or the tool may
refuse to target such domains or computers. Always use the Active
Directory administrative tools for Active Directory domains.

:^)

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 11:15 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In


When I go to start, run, svrmgr it says that the program does not 
exist. How do I install it?


On Tuesday, July 29, 2003, at 11:06  AM, Free, Bob wrote:

 Not to sound like an absolute n00b or anything,

 Too late :-]

 start|run|svrmgr

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 10:49 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [ActiveDir] Users Logged In


 Not to sound like an absolute n00b or anything, but where is Server
 Manager?


 On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all
logging
 into the domain into active directory but I don't know where to see 
 the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/



 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] Users Logged In

2003-07-29 Thread Shawn.Hayes
I just read the initial thread ..

Server manager is not what you want to use, but will work!

Use Computer Manager and 'connect to' the machine you would like to
investigate or open Computer Manager on the machine in question.

Expand Shared Folders \ Sessions  and you will see who is actively using
that server.


Computer Manager will show you the same info as Server Manager, but in
an easier to read format with an expandable window..



Shawn



-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2003 2:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In


If you are running XP, my copy's from the 2003 ResKit. It should already
be on a 2K box in %windir%\system32

Caveat emptor-

From 2003 RK help

Warning

Using this tool on Active Directory domains or Windows 2000, Windows XP
or Windows Server 2003 computers may cause corruption, or the tool may
refuse to target such domains or computers. Always use the Active
Directory administrative tools for Active Directory domains.

:^)

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 11:15 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In


When I go to start, run, svrmgr it says that the program does not 
exist. How do I install it?


On Tuesday, July 29, 2003, at 11:06  AM, Free, Bob wrote:

 Not to sound like an absolute n00b or anything,

 Too late :-]

 start|run|svrmgr

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 10:49 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [ActiveDir] Users Logged In


 Not to sound like an absolute n00b or anything, but where is Server 
 Manager?


 On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all
logging
 into the domain into active directory but I don't know where to see
 the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ: http://www.activedir.org/list_faq.htm
 List archive: 
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


Re: [ActiveDir] Users Logged In

2003-07-29 Thread Richard Sumilang
Ok thats a cool little tool, shows me all the computers and their 
services but for some reason when i click on the user button when 
looking at a computer's properties, it only shows up my user name. 
Shouldn't it show the user who is currently logged in on that computer?

Thanks btw Mike

On Tuesday, July 29, 2003, at 11:16  AM, Celone, Mike wrote:

Actually mine was included in the Win2k Resource Kit and it's 
srvmgr.exe.

Mike

-Original Message-
From: Free, Bob [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 2:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Users Logged In
Not to sound like an absolute n00b or anything,

Too late :-]

start|run|svrmgr

-Original Message-
From: Richard Sumilang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [ActiveDir] Users Logged In
Not to sound like an absolute n00b or anything, but where is Server 
Manager?

On Tuesday, July 29, 2003, at 01:06  AM, Milind Patil wrote:

 You can use the Server Manager for the same..

 -Original Message-
 From: Richard Sumilang [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2003 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: [ActiveDir] Users Logged In


 How do I know what users are currently logged in? They are all 
logging
 into the domain into active directory but I don't know where to see 
the
 users that are currently logged and which ones aren't. Secondly would
 it show if they are idle?

 List info   : http://www.activedir.org/mail_list.htm
 List FAQ    : http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/
 List info   : http://www.activedir.org/mail_list.htm
 List FAQ    : http://www.activedir.org/list_faq.htm
 List archive:
 http://www.mail-archive.com/activedir%40mail.activedir.org/



List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: 
http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/mail_list.htm
List FAQ: http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/