Has anyone found a reliable way to monitor and notify if an RDP Session was logged in? In the security log it is a LogonType 10 but I can't find a way to monitor that specifically.

Any thoughts?

Thanks

asked 11 Nov '14, 10:39

timwilson's gravatar image

timwilson
111
accept rate: 0%


I'm using a filter in the Event ID and Text Filters column. You click on the first column checkbox and it brings up a filter dialog box.

Here's what I am using in the included Event Id's. I think this gets local logins as well.

528,529,531-535,539 AND "Logon Type: 10" OR "Logon Type: 2"

I just have the Security log checked as well.

link

answered 20 Nov '14, 19:49

Jason%20Hiatt's gravatar image

Jason Hiatt
211
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×81
×15
×14
×2
×1

Asked: 11 Nov '14, 10:39

Seen: 4,305 times

Last updated: 20 Nov '14, 19:49