0 vote
Hi, in the RD Gateway you can show all the sessions running on that Gateway.
Is there possibility to build an add-on for RDM showing the same information?
That way we have everything in one place (=RDM) and we can provide that information also to our end users.
Goal: live view on who is using the RD Gateway, connection duration, idle time, source and target machine
So no historical data needed, just showing the real life data from the RD Gateway API
Documentation from Microsoft:
https://docs.microsoft.com/en-us/windows/win32/termserv/win32-tsgatewayconnection
PowerShell command line to get those information using a WMI query:
Get-WmiObject -class "Win32_TSGatewayConnection" -namespace "root\cimv2\TerminalServices" 
RDGatewayMonitoring.png
Hello,
Thanks for the detailed explanation of what you'd like (and especially for providing documentation + powershell example), this will make it much easier for us to integrate. I've opened an internal ticket for this request.
Regards,
Hubert Mireault
Dear Hubert,
when do you think this feature will be available?
Thanks,
Wim
Hello,
Our internal ticket for the feature is currently assigned to a dev, so it's in the pipeline. Unfortunately it's difficult to give you an estimate on when we will be able to work on this, as we have a lot of other improvements and bugs we are currently working on. We will update this thread once we have an update on the feature.
Regards,
Hubert Mireault
Hello,
We've implemented a new RD Gateway console entry. It will be included in our 2021.2 release.
Regards
Jonathan Del Signore