Remote Desktop Usage

J

John Denver

I've got a app that is written is C#, and it's used at various different
geographical locations. A lot of my users, use remote desktop to remote
into a different PC that has my app installed. This app interfaces with
hardware, and only certain PC's have that hardware, so that is why the
remote sessions.

Anyway, I'm looking to track how much time my app is used, when someone is
using it via remote desktop. Is there some windows event that I can look
for, to tell me if a remote user is using my app? I
 
S

Sooner Al [MVP]

J

John Denver

Thats exactly what I'm looking for, a way for my app, to handle checking for
RDP.

Do you know if there is a way I can get the user that is logged in, or the
IP of the PC that initiated the RDP session? I've got a local login, and
sometimes when people start a RDP session they may login as the local user
account, so I would be able to tell by the user name, but if I had the
address, I use that to get the username.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top