Tscon
Updated: January 21, 2005
Syntax
Parameters
Remarks
- You must have Full Control access permission or Connect special access permission to connect to another session.
- The /dest:SessionNam parameter allows you to connect the session of another user to a different session.
- If you do not specify a password in the Password parameter, and the target session belongs to a user other than the current one, tscon fails.
- You cannot connect to the console session.
Examples
tscon 12
To connect to session 23 on the current terminal server, using the password mypass, and disconnect the current session, type:
tscon 23 /password:mypass
To connect the session named TERM03 to the session named TERM05, and then disconnect session TERM05, if it is connected, type:
tscon TERM03 /v /dest:TERM05
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |