Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 645 Bytes

File metadata and controls

15 lines (11 loc) · 645 Bytes

UserLoginMonitor

Python tool to monitor active logins on network computers

Usage

The tool will query user logins on network computers every 10 seconds (change QUERY_FREQ as needed to modify this timing).

To add a query simply select "New Query" and input the name of the network computer to check login status.

To remove a query click the x button next to the entry.

Getting the hostname

If you don't know what the name of the network computer is do the following:

  1. On the computer in question open up the command prompt (cmd.exe)
  2. Type in 'hostname' and hit enter
  3. The output of the command is the network name for the computer