I am looking for cmd command to list all user and client names connected to Windows server. This info can be seen at user tab of task manager but I need with cmd command. I can get user name but none of them display client name.
- query user
- query session
- query termserver
- query session
- netstat
- ipconfig/all
Is there any cmd command to display client name?
Thanks,
reg query "HKCU\Volatile Environment" -v ClientName -s
? – Hetero