I would like to know if it is posible to get the current usernames of remotely logged in users on a computer? From windows cmd?
Kind of: WMIC /NODE:ComputerName ComputerSystem Get Username
This command works, but gives the users logged in locally to ComputerName. Not the ones who are remotely logged in.
Thank you for your help!