I have a manager that has legitimate reasons for wanting to view a user's Remote Desktop session with Windows 2003 server.
Logged into that same server (as Administrator), how can you discreetly view a regular user's Remote Desktop Session?
I have a manager that has legitimate reasons for wanting to view a user's Remote Desktop session with Windows 2003 server.
Logged into that same server (as Administrator), how can you discreetly view a regular user's Remote Desktop Session?
Set the Remote Control settings to view the session with the "Require user's permission" checkbox unchecked. You can set this setting on both the user account and the RDP protocol on the server but the server setting over-rides the user account setting. Also make sure this isn't being set to a conflicting setting via GPO. When the manager "connects" to the user's session the user will see a very brief blip of the screen but otherwise won't know that someone is shadowing their session.
Just found an answer for this and tested it. I Hope it will help someone else. Here is part taken from the Source.
[...]
Type
quser.exe
to determine the session number of the user session you want to shadow.In this example, the Administrator is going to shadow the user1 session which is session 3. You need to know the session number (“3”) for the next step.
Start shadow session by typing
mstsc /shadow:# /control
where # is the session number to shadow and /control allows you to control the session.Source: https://www.riptidehosting.com/blog/how-to-shadow-a-users-remote-desktop-session-on-windows-2016-in-workgroup-mode/
In my experience RDP will not work, because it will lock the current user's session to create another session for remote access by the admin. This is for remote sessions to a a workstation. For shadow sessions to a terminal server joeqwerty is correct.
In a previous work place the managers used Atelier Web Remote Commander for this same purpose. I allowed viewing the desktop of a specific representative/agent without interrupting them. :-)
I don't think RDP allows this, but you could do it with TightVNC. By default, TightVNC has a taskbar icon that changes color when someone connects (for privacy/security reasons). To disable it, follow this FAQ.
Note that TightVNC requires TCP port 5900 to be open on the server.