Here is the exact request made:
Please determine how to enumerate the users who currently have a connection
to a server whether via terminal session (Citrix, RDP), via connecton to a
share on that server, etc. The data must be output to a file. The file should
contain usernames as well as a total count.
So... What i need to do, at a bare minimum, is list users connected to a machine. I'd also like to list what they are connected too (Shared Drive, RDP, VNC, etc).
We are on a primarily windows network, with shared drives/printers/services/etc - although we do have some AIX, an AS400 box, a VMWare virtual cluster.
I'm not sure what the best starting point or tool to use would be. Getting this for Windows would cover 90% of the request, but I'd like to include AIX/linux boxes if possible.