How to check for open RDP connections
How to check for open RDP connections
In order to determine which open RDP sessions exist on a TruGrid Sentry server, run the below command from a Command Prompt on the Sentry server.
netstat -n | findstr ":3389" | findstr "ESTABLISHED"
Reference: Netstat documentation
Updated on: 08/03/2023
Thank you!