RDP Shadow: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with '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. <pre> query user </pre> Look specifically for the I…' |
No edit summary |
||
Line 10: | Line 10: | ||
... replacing the x with the number of the session number. | ... replacing the x with the number of the session number. | ||
To end the session press: | |||
<pre> | |||
CTRL+* | |||
</pre> | |||
'''NOTE''': Use the asterisk [*] from the numeric keypad only. | |||
[[Category : Windows]] | [[Category : Windows]] |
Revision as of 01:44, 6 January 2010
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.
query user
Look specifically for the ID number. Once you have the ID number of the user that you wish to shadow type in:
shadow x
... replacing the x with the number of the session number.
To end the session press:
CTRL+*
NOTE: Use the asterisk [*] from the numeric keypad only.