Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> EventLogs >> How to obtain Remote Desktop event logs

C:\Windows\System32> wevtutil el | findstr RemoteConnection
Microsoft-Windows-TerminalServices-RemoteConnectionManager/Admin
Microsoft-Windows-TerminalServices-RemoteConnectionManager/Analytic
Microsoft-Windows-TerminalServices-RemoteConnectionManager/Debug
Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational

To query the events for the event log named “Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational”

C:\Windows\System32> wevtutil qe Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational


The output is in XML format, you can further write scripts to parse the XML output.

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]