Link to home
Create AccountLog in
Avatar of winsane
winsane

asked on

need to know who is logged in

I need to know a command to find out who is logged in currently on the domain and when they logged in if possible. I would like to find something that works from any pc in the domain but would settle for a server based tool.

Thanks!
Avatar of McKnife
McKnife
Flag of Germany image

A simple way without tools would be a domain logon script that creates a file \\server\share\%username%%date%"
md "\\server\share\%username%%date%"
Fine tune the syntax, I have forgotten how that works :)
ASKER CERTIFIED SOLUTION
Avatar of Brian Pierce
Brian Pierce
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer