shadow in Window Server 2008

In this article I am going to explain about shadow command in Windows Server 2008 operating system and also explain it's related syntax.
  • 1269

shadow command in window server 2008

shadow command is a command-line tool that is built in Windows Server 2008. this command is apply to Windows Server 2008, Windows Server 2008 R2, Windows Vista. shadow command is used to enable you to remotely control an active session of another user on a Remote Desktop Session Host server.

Syntax

shadow {<SessionName> | <SessionID>} [/server:<ServerName>] [/v]

Parameter

Parameter Description
<SessionName> It is specify for the name of the session that you want to remotely control.
<SessionID> It is specify for the ID of the session that you want to remotely control. Use query user to display the list of sessions and their session IDs.
/server:<ServerName> It is specify for the RD Session Host server containing the session that you want to remotely control. By default, the current RD Session Host4 server is used.
/v It is display information about the actions being performed.
/? it is display help at the command prompt.

Example

shadow-window-server.gif

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

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.