A customer with a Terminal Server wants to be able to track when users login and logout of the terminal server, and track how long they are logged onto the server.
Is there a good way to do this?
A customer with a Terminal Server wants to be able to track when users login and logout of the terminal server, and track how long they are logged onto the server.
Is there a good way to do this?
There are some powershell scripts you can find or there is this software https://www.netwrix.com/how_to_get_user_login_history.html?var=a that can give you logs. Not really clear why Microsoft does not have native simple tools for doing this easily.
Because, Microsoft!
It looks like you can set this in group policy: windows 10 - Is there a program or way to monitor or record or track a remote desktop session? - Super User
Another way might be to use something like Guacamole as a web to RDP interface, it has decent logging within the Guac interface. https://guacamole.apache.org/
Guac would let you shut down the RDP ports on the firewall for a little better security, also gives you the option of VNC, SSH, etc.
https://lizardsystems.com/remote-desktop-audit/
This looks promising