-1

Is it possible to set something up on our network so that we can see all outgoing RDP connections and the IP they're connected to?

We're constantly kicking each other off RDP connections, so some sort of internal tool that can be built on top of this functionality would be great.

Kevin
  • 21

1 Answers1

1

I've written a small script that is triggered by the RDP login and logoff events and writes the status to a little read-only share.

The clients run another script that first checks the RDP status on the share and when free fires up mstsc.

Zac67
  • 10,320
  • 2
  • 12
  • 32