PSLoggedOn

From IS KB
Jump to navigationJump to search

PSLoggedOn is a tool from the systinternals suite created by Mark Russinovich. It is an applet that displays both the locally logged on users and users logged on via resources for either the local computer or a remote one. If you specify a user name instead of a computer PSLoggedOn will search for computers on the network which that user is logged on to.


How to user PSLoggedOn
From the command line CD to the location of the PSLoggedOn tool and enter the following command replacing "username" with the user you wish to locate. (Remember that the CD command can only use locations mapped to drive letters)
The following command will reply with all of the PC names that the user is logged in to.


psloggedon username


From the command line CD to the location of the PSLoggedOn tool and enter the following command replacing "IPAddress" with the IP or name of the computer you wish to locate. (Remember that the CD command can only use locations mapped to drive letters)
This command will reply with all of the users who are logged onto this machien and its resources.


psloggedon \\IPAddress


Click here to download PSLoggedOn from the Technet website.

Return to CMD Commands