Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Monitoring Active Directory Logins

Reply
Thread Tools Display Modes

Monitoring Active Directory Logins

 
 
Bruce Sarte
Guest
Posts: n/a

 
      04-28-2010

Is there a way to generate a list or report as to who is logged in and
attached to what Domain Controller at any given time?

 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      04-28-2010
Hello Bruce,

Basically this wan't be logged, you can check all DCs event viewer when auditing
is configured for success/failure. See here for a scripting solution:
http://www.rlmueller.net/Logon5.htm

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Is there a way to generate a list or report as to who is logged in and
> attached to what Domain Controller at any given time?
>



 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      04-28-2010

There is a freeware tool called Limit Login that should be able to help out.

http://technet.microsoft.com/en-us/m...spotlight.aspx

--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"Bruce Sarte" <> wrote in message
news:C7FD99AA.11953%...
> Is there a way to generate a list or report as to who is logged in and
> attached to what Domain Controller at any given time?
>



 
Reply With Quote
 
Florian Frommherz [MVP]
Guest
Posts: n/a

 
      04-28-2010
Howdie!

On 28.04.2010 13:52, Bruce Sarte wrote:
> Is there a way to generate a list or report as to who is logged in and
> attached to what Domain Controller at any given time?


this isn't logged by default, so you would need to adjust the audit
policy on the DCs. That being said, having the DCs log it is one thing,
since Active Directory is a distributed system, authentication might hit
any DC (theoretically, most likely is any DC in the same site as the
client is). So you'll need a facility to comb through the event logs of
all DCs in question.

Also, from your question, you used the word "attached". You need to know
that clients and DCs don't have a special connection - they are loosely
coupled. ClientA can use DC-A for authentication and 20 minutes ago, ask
DC-B to answer a DNS query of create a auth ticket for some services.
The whole thing is not as static as you might think.

Cheers,
Florian
 
Reply With Quote
 
Bruce Sarte
Guest
Posts: n/a

 
      04-28-2010
Thanks everyone for the suggestions, I know I can check the log files on the
machine but that can be cumbersome so I was looking for something more
real-time. I' know they don't have a persistent connection, I'm more
looking for what DC it used to authenticate and pull it's policy info from
to try and troubleshoot where my users are having their issues... IE: if
they connect to one they are happy but another they aren't.. That sort of
thing.


On 4/28/10 8:28 AM, in article #,
"Florian Frommherz [MVP]" <> wrote:

> Howdie!
>
> On 28.04.2010 13:52, Bruce Sarte wrote:
>> Is there a way to generate a list or report as to who is logged in and
>> attached to what Domain Controller at any given time?

>
> this isn't logged by default, so you would need to adjust the audit
> policy on the DCs. That being said, having the DCs log it is one thing,
> since Active Directory is a distributed system, authentication might hit
> any DC (theoretically, most likely is any DC in the same site as the
> client is). So you'll need a facility to comb through the event logs of
> all DCs in question.
>
> Also, from your question, you used the word "attached". You need to know
> that clients and DCs don't have a special connection - they are loosely
> coupled. ClientA can use DC-A for authentication and 20 minutes ago, ask
> DC-B to answer a DNS query of create a auth ticket for some services.
> The whole thing is not as static as you might think.
>
> Cheers,
> Florian


 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      04-28-2010
Did you check my link to Limit Login? It has a feature of what you want and
it is free.

--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"Bruce Sarte" <> wrote in message
news:C7FDAF96.11968%...
> Thanks everyone for the suggestions, I know I can check the log files on
> the
> machine but that can be cumbersome so I was looking for something more
> real-time. I' know they don't have a persistent connection, I'm more
> looking for what DC it used to authenticate and pull it's policy info from
> to try and troubleshoot where my users are having their issues... IE: if
> they connect to one they are happy but another they aren't.. That sort of
> thing.
>
>
> On 4/28/10 8:28 AM, in article #,
> "Florian Frommherz [MVP]" <> wrote:
>
>> Howdie!
>>
>> On 28.04.2010 13:52, Bruce Sarte wrote:
>>> Is there a way to generate a list or report as to who is logged in and
>>> attached to what Domain Controller at any given time?

>>
>> this isn't logged by default, so you would need to adjust the audit
>> policy on the DCs. That being said, having the DCs log it is one thing,
>> since Active Directory is a distributed system, authentication might hit
>> any DC (theoretically, most likely is any DC in the same site as the
>> client is). So you'll need a facility to comb through the event logs of
>> all DCs in question.
>>
>> Also, from your question, you used the word "attached". You need to know
>> that clients and DCs don't have a special connection - they are loosely
>> coupled. ClientA can use DC-A for authentication and 20 minutes ago, ask
>> DC-B to answer a DNS query of create a auth ticket for some services.
>> The whole thing is not as static as you might think.
>>
>> Cheers,
>> Florian

>



 
Reply With Quote
 
Bruce Sarte
Guest
Posts: n/a

 
      04-28-2010

Paul -- just looked at Limit Login, looks good but it looks like I'd have to
install a portion on clients. Not something I can right now so I'll have to
plan it out a little.


On 4/28/10 11:44 AM, in article , "Paul
Bergson [MVP-DS]" <> wrote:

> Did you check my link to Limit Login? It has a feature of what you want and
> it is free.


 
Reply With Quote
 
Vinodh
Guest
Posts: n/a

 
      04-29-2010


Hello Bruce,

To view the user logon and other related information could be fetched well
through the ARKWE tool. Admin Report Kit for Windows Enterprise reports user
logon information, time elapsed since logon, Memory used and oher relevant
information corresponding to the domain. You can probably take at ARKWE from
http://www.vyapin.com/windows-audit/windows-reports.htm

Hope this addresses your query.

"Bruce Sarte" wrote:

> Is there a way to generate a list or report as to who is logged in and
> attached to what Domain Controller at any given time?
>
> .
>

 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      04-29-2010
I believe that can just be part of the logon script. Nothing actually would
have to go on clients.

--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"Bruce Sarte" <> wrote in message
news:C7FDEE1B.119A0%...
> Paul -- just looked at Limit Login, looks good but it looks like I'd have
> to
> install a portion on clients. Not something I can right now so I'll have
> to
> plan it out a little.
>
>
> On 4/28/10 11:44 AM, in article ,
> "Paul
> Bergson [MVP-DS]" <> wrote:
>
>> Did you check my link to Limit Login? It has a feature of what you want
>> and
>> it is free.

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Denied error while edit some of the GPOs in Windows 2003 AD Laljeev M Active Directory 24 03-25-2010 01:40 PM
Re: Active Directory problems/dcdiag error kj [SBS MVP] Windows Small Business Server 3 03-24-2010 09:19 PM
2003 Server Active Directory DNS zone event id 5153 RobClark DNS Server 3 03-18-2010 06:01 AM
Error: Agent failed detecting with reason: 0x80248008 (WSUS client AAM Windows Server 0 12-30-2009 03:26 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59