Skip to content

Instantly share code, notes, and snippets.

@alexverboon
Created December 10, 2019 18:33
Show Gist options
  • Save alexverboon/f0cb989c37c4ed9ab5059e9764a407d5 to your computer and use it in GitHub Desktop.
Save alexverboon/f0cb989c37c4ed9ab5059e9764a407d5 to your computer and use it in GitHub Desktop.
Windows Event Log IDs
# Get all the possible events of an event log provider
(Get-WinEvent -ListProvider "Microsoft-Windows-SENSE").events | Select-Object ID,Description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment