Interact with user's session without permission.
Interact with user's session without permission.
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.
Re: Interact with user's session without permission.
Hello,
When in need to remote control a session without permission, simply use this command : mstsc /v:{server} /shadow:{sessionID} /control /noConsentPrompt
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

TSplus support team administrator

Re: Interact with user's session without permission.
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.
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.
Re: Interact with user's session without permission.
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
Best Regards,
Aad
Re: Interact with user's session without permission.
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.
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

TSplus support team administrator

Re: Interact with user's session without permission.
Hi Olivier,
Thank you very much for you help. It's working perfectly.
Best regards,
Aad
Thank you very much for you help. It's working perfectly.
Best regards,
Aad