text stringlengths 0 4.23k |
|---|
5 idle |
Where: |
Examples |
To display information about all active sessions on server Server2, type: |
query session /server:Server2 |
To display information about active session modeM02, type: |
query session modeM02 |
query termserver |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays a list of all Remote Desktop Session Host servers on the network. This command searches the network for all attached Remote Desktop Session Host servers and returns the following information: |
Name of the server |
Network (and node address if the /address option is used) |
Note |
To find out what's new in the latest version, see What's New in Remote Desktop Services in Windows Server. |
Syntax |
query termserver [<servername>] [/domain:<domain>] [/address] [/continue] |
Parameters |
Parameter |
Description |
<servername> |
Specifies the name that identifies the Remote Desktop Session Host server. |
/domain:<domain> |
Specifies the domain to query for terminal servers. You don't need to specify a domain if you are querying the domain in which you are currently working. |
/address |
Displays the network and node addresses for each server. |
/continue |
Prevents pausing after each screen of information is displayed. |
/? |
Displays help at the command prompt. |
<servername> |
<domain> |
Examples |
To display information about all Remote Desktop Session Host servers on the network, type: |
query termserver |
To display information about the Remote Desktop Session Host server named Server3, type: |
query termserver Server3 |
To display information about all Remote Desktop Session Host servers in domain CONTOSO, type: |
query termserver /domain:CONTOSO |
To display the network and node address for the Remote Desktop Session Host server named Server3, type: |
query termserver Server3 /address |
query user |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays information about user sessions on a Remote Desktop Session Host server. You can use this command to find out if a specific user is logged on to a specific Remote Desktop Session Host server. This command returns the following information: |
Name of the user |
Name of the session on the Remote Desktop Session Host server |
Session ID |
State of the session (active or disconnected) |
Idle time (the number of minutes since the last keystroke or mouse movement at the session) |
Date and time the user logged on |
Note |
To find out what's new in the latest version, see What's New in Remote Desktop Services in Windows Server. |
Syntax |
query user [<username> | <sessionname> | <sessionID>] [/server:<servername>] |
Parameters |
Parameter |
Description |
<username> |
Specifies the logon name of the user that you want to query. |
<sessionname> |
Specifies the name of the session that you want to query. |
<sessionID> |
Specifies the ID of the session that you want to query. |
/server:<servername> |
Specifies the Remote Desktop Session Host server that you want to query. Otherwise, the current Remote Desktop Session Host server is used. This parameter is only required if you're using this command from a remote server. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.