Tscon Command in Windows Server 2008

In this article I am going to explain about tscon command in windows server 2008 operating system.
  • 1866

Introduction

The operating system tscon command is used to connects to another session on a Remote Desktop Session Host (RD Session Host) server.

Syntax of
Tscon command

tscon {<SessionID> | <SessionName>} [/dest:<SessionName>] [/password:<pw> | /password:*] [/v]


Parameters in tscon command

It contains following parameter, which is given below:
 
Parameter Description
<SessionID> It specifies the ID of the session to which you want to connect.
<SessionName> It specifies the name of the session to which you want to connect.
/dest:<SessionName> It specifies the name of the current session.
/password:<pw> It specifies the password of the user who owns the session to which you want to connect.
/password:* It specifies Prompts for the password of the user who owns the session to which you want to connect.
/v It displays information about the actions being performed.

Example of tscon command

tscon 7

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.