Viewing 12 posts - 1 through 12 (of 12 total)
  • Q for the IT bods, monitoring peoples pc logins.
  • mos
    Full Member

    We have 9 pc’s & a server in a cupboard at work. Is there some software which can produce a report of peoples pc log in times on a monthly basis? Really i’m after keeping tabs on peoples time at work without having to go down the route of clocking in and out.
    I’ve been told i can do it from the server but that method sounded a bit of a faff tbh.

    mikewsmith
    Free Member
    Cougar
    Full Member

    Is the “server” a domain controller?

    Do people log out at night, or just lock the PC and go home?

    seosamh77
    Free Member

    lot of trust in that office! 😆

    willard
    Full Member

    Windows AD should allow you to track AD logon/logoff as part of normal Windows logging (I think). It should then be possible to filter on those types of events and export to a spreadsheet to do things with. You could also force policy/GPO to domain-joined desktops to lock desktops after a period of inactivity (which is good practice anyway), which would let you get a better idea of how active they are.

    If you have another machine knocking around you could try running up splunk and forwarding logs to it, but that’s likely to be overkill for what you need.

    seosamh77
    Free Member

    It seems a reasonably easy system to fool once people cotton on to what’s happening. That’s if people even log in, I think I’m lucky if I switch off my work pc every 2 months or so, which is the only time it gets logged into. add that to the fact that logging is doesn’t equate to people working.

    hels
    Free Member

    Yeah. This is also covert monitoring if you don’t tell people what you are doing, and I suggest you get some legal advice if you plan to do anything at all with this information.

    jimwah
    Free Member

    Quick and dirty method for 9 users:

    Create a batch file ‘Login.bat’ and drop it into their Start-Menu\Startup folder

    @echo off
    echo LOGIN %USERNAME% FROM %COMPUTERNAME% at %time% %date% >> \\SERVER\SharedFolder\audit.log

    You might well be able to do this remotely, if you have the admin login for their PC just navigate to \\computername\C$ and pop in the admin password, drop the batch file into: C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (that’s my Win7, but this path can vary)

    If you have Group Policy you can run this automatically on login & logout. Otherwise you can use the ‘Security’ log on the server, but I find this can be a bit hit & miss as services create login events, not just actual users.

    mikewsmith
    Free Member

    And after somebody gets pulled or questioned nobody will log off for days

    jimwah
    Free Member

    Ask the cleaners to turn off their PCs 😉 Shutdown scripts also possible but that is a faff.

    poly
    Free Member

    lot of trust in that office!

    Keeping track of times doesn’t (automatically) equate to lack of trust. It might be to support a flexible working policy, to ensure that there is an audit trail for billing customers, to understand where improvements could be made, or to address issues of fairness for the guy who is in before everyone else and leaves after them but gets paid the same…

    Many places get people to self record a time sheet. The content is rarely particularly accurate and is an inconvenience. If you could track that just by recording time logged in and achieve much the same (or maybe better) data then it seems a no brainer. I would however be completely transparent that you are doing it (if only so someone can flag any anomolies – e.g. “was in the office all day fixing the PC so not logged in!).

    mikewsmith
    Free Member

    Keeping track of times doesn’t (automatically) equate to lack of trust

    Does if you don’t tell them

    Really i’m after keeping tabs on peoples time at work without having to go down the route of clocking in and out.

    Apart from being very inaccurate and perpetuating the attendance equals output myth. Be honest with people, sign in and out and use a proper project time tracker.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Q for the IT bods, monitoring peoples pc logins.’ is closed to new replies.