RDP Shadow

From KlavoWiki
Jump to navigationJump to search

To shadow a RDP session you first need to RDP to the same server and obtain a list of users that have logged onto the server or ask the users already logged on to find the session ID.

query user

Look specifically for the ID number. Once you have the ID number of the user that you wish to shadow from any computer on the same network type in:

mstsc /v:servername /shadow:ID /prompt /control

... replacing the ID with the number of the session number.

      /shadow:ID – connect to the RDP session with the specified ID.
   /v:servername – hostname or IP address of the RDP / RDS server (if not set, a current server / computer will be used).
        /control – allows to interact with the user session (if not set – a user session view mode is used).
/noConsentPrompt – allows not to prompt the user for confirmation to connect to a session.
         /prompt – used to connect with other credentials. The user name and password are requested to connect to the remote computer.