Displays information about sessions on a terminal server.
The list includes information not only about active sessions but also about other sessions that the server runs.
For examples of how to use this command, see Examples.
Syntax
query session [<SessionName> | <UserName> | <SessionID>] [/server:<ServerName>] [/mode] [/flow] [/connect] [/counter]
Parameters
Parameter | Description |
---|---|
<SessionName> |
Specifies the name of the session that you want to query. |
<UserName> |
Specifies the name of the user whose sessions you want to query. |
<SessionID> |
Specifies the ID of the session that you want to query. |
/server:<ServerName> |
Identifies the terminal server to query. The default is the current server. |
/mode |
Displays current line settings. |
/flow |
Displays current flow-control settings. |
/connect |
Displays current connect settings. |
/counter |
Displays current counters information, including the total number of sessions created, disconnected, and reconnected. |
/? |
Displays help at the command prompt. |
Remarks
- A user can always query the session to which the user is
currently logged on. To query other sessions, the user must have
Query Information special access permission.
- If you do not specify a session by using
<SessionName>, <UserName>, or
<SessionID>, query session displays information
about all active sessions in the system.
- When query session returns information, a greater than
(>) symbol is displayed before the current session. Following is
sample output for query session:
C:\>query session SESSIONNAME USERNAME ID STATE TYPE DEVICE >console Administrator1 0 active wdcon rdp-tcp#1 User1 1 active wdtshare rdp-tcp 2 listen wdtshare 4 idle 5 idle
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