+ Post New Thread
Results 1 to 11 of 11
Network and Classroom Management Thread, Checking who's on your network in Technical; What do you folks use to give you an overview of who's logged on where? I know this is a ...
  1. #1
    Quatermass's Avatar
    Join Date
    Mar 2007
    Location
    Sussex
    Posts
    56
    Thank Post
    4
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Checking who's on your network

    What do you folks use to give you an overview of who's logged on where? I know this is a perennial problem and that the nature of Windows networks has always meant it's tricky or impossible to get a 100% accurate view, but nevertheless... when we were RM CC3 we had the dreaded Management Console, but we're vanilla MS now. Any useful tool to suggest? Don't mind if it's not free, but equally don't want a fully fledged quasi-RM system - we've already got tools for pretty much everything else.

  2. IDG Tech News
  3. #2

    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    3,228
    Thank Post
    595
    Thanked 1,020 Times in 635 Posts
    Rep Power
    345
    There are a plethora of scripts and logging systems available for this in various threads on here. I use Lansweeper to record all of our logons, but it doesn't record logoff events, so is more of a record of who last logged on to a particular computer.

    On the very rare occasions that I need to find out exactly who is logged on at that very moment, I just log on to the file server that stores everyone's redirected folders and have a look at the active sessions list.

  4. #3
    mdench's Avatar
    Join Date
    Oct 2011
    Location
    Billingshurst
    Posts
    492
    Thank Post
    19
    Thanked 57 Times in 54 Posts
    Rep Power
    13
    We use fog for imaging our pcs which also logs who logs in where and you can search by username and see what pcs they logged into or choose the pc to see who logged in over the specifed time period.

  5. #4

    Join Date
    Jul 2006
    Location
    London
    Posts
    726
    Blog Entries
    1
    Thank Post
    61
    Thanked 128 Times in 108 Posts
    Rep Power
    51
    We have this functionality through our helpdesk system, SysAid.

  6. #5
    levell3r's Avatar
    Join Date
    Jan 2011
    Location
    west mids
    Posts
    30
    Thank Post
    4
    Thanked 3 Times in 3 Posts
    Rep Power
    5
    Yeah, we have a script that creates a small text file with the name and machine of who's logged on, and if you try again it logs you out (im pretty sure it came from Edugeek)


    you can use it to check who's logged on by looking at the share.



    Logon script:

    rem check for the logon file to exist
    IF EXIST \\curricsvr2\logs$\logonchecker\%username%*.log \\curricsvr2\netlogon\scripts\vbmessage.cmd

    rem create a log file of usage by username
    echo %computername% >> \\curricsvr2\logs$\logonchecker\%username%-%computername%.log


    VB Message
    @call \\curricsvr2\netlogon\scripts\vb-logoff-popup.vbs

    sleep 3
    logoff.exe



    VB-logoff-pop.vbs
    Const TIMEOUT = 60
    Const POPUP_TITLE = "Multiple Logins Detected"
    Set objShell = WScript.CreateObject("WScript.Shell")
    objShell.Popup "PLEASE READ This user account is logged on elsewhere. Please logout that machine before starting a new user session. Machine will logoff in 60 seconds.", _
    TIMEOUT,POPUP_TITLE,vbExclamation+vbOKOnly+vbSyste mModal


    Logoncheckclear
    rem file check clear
    del \\curricsvr2\logs$\logonchecker\%username%-%computername%.log

  7. #6

    JJonas's Avatar
    Join Date
    Jan 2008
    Location
    North Walsham, Norfolk
    Posts
    2,570
    Thank Post
    296
    Thanked 344 Times in 255 Posts
    Rep Power
    239
    we added this to all the logon.bat files

    echo %date% %time% %computername% %username% >>\\myserver\logon$\logons.txt

  8. #7
    Norphy's Avatar
    Join Date
    Jan 2006
    Location
    Dunstable
    Posts
    1,546
    Blog Entries
    4
    Thank Post
    30
    Thanked 86 Times in 75 Posts
    Rep Power
    38
    Userlock will give you a live view of who's logged onto your network

  9. Thanks to Norphy from:

    _techie_ (22nd March 2013)

  10. #8
    speckytecky's Avatar
    Join Date
    May 2006
    Location
    UK
    Posts
    1,978
    Blog Entries
    3
    Thank Post
    2,705
    Thanked 194 Times in 149 Posts
    Rep Power
    64
    Mixture of Impero and the various Netstat commands

    netstat - Wikipedia, the free encyclopedia

  11. #9

    Join Date
    Jan 2008
    Location
    Cheshire, UK
    Posts
    302
    Thank Post
    55
    Thanked 38 Times in 34 Posts
    Rep Power
    38
    Quote Originally Posted by JJonas View Post
    we added this to all the logon.bat files

    echo %date% %time% %computername% %username% >>\\myserver\logon$\logons.txt
    I did the same adding "logon" and then created a log off script which did the same but with "logoff" instead. That way I know how long a user has been using the machine. I must investigate to see if I can do the same with AD authenticated OS X machines.

  12. #10
    timbo343's Avatar
    Join Date
    Dec 2005
    Location
    Leeds/York area, North Yorkshire
    Posts
    2,264
    Thank Post
    202
    Thanked 153 Times in 121 Posts
    Rep Power
    73
    +1 for userlock here. Been using it since version 3 and its a piece of software that i would not like to live without, it is so useful

  13. #11

    Join Date
    Apr 2013
    Location
    Biarritz
    Posts
    1
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thank you for those mentioning UserLock. If anyone has any questions don't hesitate to contact me.

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 9
    Last Post: 14th June 2012, 11:28 AM
  2. Replies: 10
    Last Post: 20th September 2011, 10:32 AM
  3. What are the oldest PCs you still use on your network?
    By 3s-gtech in forum General Chat
    Replies: 34
    Last Post: 15th November 2009, 08:05 PM
  4. VB.Net running on your network?
    By Andi in forum Windows
    Replies: 9
    Last Post: 7th November 2007, 08:40 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •