Query which users are on a remote desktop server
Posted by Kevin Lyons on 25/10/17 16:31
|
|
From command prompt/PowerShell session an administrator can run the command
query userThis will return a list of users on the server you have run the command from. You can edit this command to see users on a remote server by using the below command. query user /server:yourservername | |
|
Comments (0)