Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created May 8, 2011 16:51
Show Gist options
  • Save domgreen/961494 to your computer and use it in GitHub Desktop.
Save domgreen/961494 to your computer and use it in GitHub Desktop.
powershell command to create a new eventlog
new-eventlog -logname 'domsEventLogs' -source 'app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment