Answer the question
In order to leave comments, you need to log in
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
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
There is also special software.
The program for recording working hours
Everything is very convenient there.
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question