Interact with user's session without permission.

Get help with troubleshooting issues
Post Reply
naeem3788
Posts: 4
Joined: Fri Jun 12, 2015 6:40 am

Interact with user's session without permission.

Post by naeem3788 » Mon Jun 15, 2015 7:03 pm

Dear Sir! While using RDP, I can interact with user's session without any permission from client side by using windows policy. How can I achieve it in TSPlus. Whenever I try to remote control a client's session, TSPlus request permission from client. Also when I remote control a session, TSPlus Diplays a message that I Can use "Ctrl + *" to end session, but that combination doesn't work.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Interact with user's session without permission.

Post by admin » Tue Jun 16, 2015 7:32 am

Hello,

When in need to remote control a session without permission, simply use this command : mstsc /v:{server} /shadow:{sessionID} /control /noConsentPrompt
Olivier
TSplus support team administrator
Image

naeem3788
Posts: 4
Joined: Fri Jun 12, 2015 6:40 am

Re: Interact with user's session without permission.

Post by naeem3788 » Wed Jun 17, 2015 6:40 am

I have a user connected with TSPlus Server.
ID User Domain Status Session Client Name Client Address
3 Arif Active RDP-Tcp#65 ARIF -

Please tell me how to remote control it without asking for permission.

AadG
Posts: 6
Joined: Sun Feb 17, 2019 10:58 pm

Re: Interact with user's session without permission.

Post by AadG » Sun Mar 06, 2022 4:35 pm

Did anyone solve this. No matter what I do, the user still gets the message that he has to authorise the connection. With mstsc.exe I get the message "Invalid computername" when I provide the IP-Adres and portnumber of my TSPlus server. Did anyone got this working and is willing to share the solution? Is there a commercial solution on the market?

Best Regards,

Aad

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Interact with user's session without permission.

Post by admin » Mon Mar 07, 2022 12:52 pm

Hello,

There is no issue when using a recent release of TSplus.

If you are using an older release v12 or below you can check the following workaround :

- Set the group policy to allow Remote Control without user consent ,

- Then you can use the following batch file to shadow or remote control a session:

set /p session="Enter the Session ID to shadow:"

mstsc.exe /shadow:%session% /control /noConsentPrompt /noConsentPrompt


Different method integrated in TSplus :

Add the following line : sessionsmanager-showconsentprompt=no to the [Security] section of the appcontrol.ini file located in C:\Program Files (x86)\TSplus\UserDesktop\files.
Olivier
TSplus support team administrator
Image

AadG
Posts: 6
Joined: Sun Feb 17, 2019 10:58 pm

Re: Interact with user's session without permission.

Post by AadG » Mon Mar 07, 2022 6:42 pm

Hi Olivier,

Thank you very much for you help. It's working perfectly.

Best regards,

Aad

Post Reply