V
V
Vitaly2016-04-08 09:52:30
PowerShell
Vitaly, 2016-04-08 09:52:30

How to record the working time of employees using Windows tools?

We have AD, SCCM. It is necessary to fix the time when employees come and go from work (first login, last screenlock). Computers are not turned off for the time of leaving, therefore it will not be possible to simply fix logon / logoff. Group Policy auditing is enabled. What is the best way to collect this information?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vitaly, 2016-04-08
@Neolith

get-eventlog -logname "Security" -InstanceID 4608,4609,4624,4634,4647,4648,4778,4779,4800,4801,4802,4803 -before "11:59:00 pm" -after "00:00: 00 am" -ComputerName localhost | select -first 1 -last 1 | sort-object -descending

S
sivoyanope, 2016-04-08
@sivoyanope

There is also special software.
The program for recording working hours
Everything is very convenient there.

R
rionnagel, 2016-04-08
@rionnagel

Sorry, but you are doing nonsense using OS tools for this. Any more or less intelligible organization can afford to use special equipment for this (turnstile / lock on the door with passes and registration of events on at least a seedy server). But I think with such requests, the organization has completely different problems.

M
Mikhail Petrov, 2016-04-11
@Emike

we have been using toggl.com for 5 years

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question