Questions tagged [terminal-services-gateway]
4 questions
2
votes
0 answers
Getting the IP Address of client connected over Terminal Services Gateway
I'm trying to get the external IP Address of clients connected over Terminal Services through a Terminal Services Gateway.
I can get the IP Address using WTSQuerySessionInformation if I'm not connected through the gateway, but I get nothing but…

user208956
- 21
- 2
1
vote
2 answers
How to use cassia to Create Remote Session and send input?
I know I can use Remote Desktop ActiveX control, but I am trying to implement solution browser based solution just like browserstack.com etc, they have implemented same by using Flash which connects to their server which in turn might be rdp…

Akash Kava
- 39,066
- 20
- 121
- 167
1
vote
3 answers
How to use Terminal Services Gateway with the IMsRdpClient6 ActiveX Control?
I am hosting the IMsRdpClient6 ActiveX control in my WinForms application in order to make connections to remote machines.
I have setup a terminal services gateway machine, and I can successfully use it.
I want to get my ActiveX control to use this…

esac
- 24,099
- 38
- 122
- 179
0
votes
1 answer
How to set IPAddress as "All Unassigned" using command line?
I read this SetIPAndPort and tried to set the transport of RD Gateway by using powershell, but it didn't work, here is my command line:
$HTTPPort = 7443
Get-CimInstance -Namespace root/CIMV2/TerminalServices -ClassName Win32_TSGatewayServerSettings…

Corey
- 1,217
- 3
- 22
- 39