Skip to content

Instantly share code, notes, and snippets.

@grenade
Created March 12, 2014 08:21
Show Gist options
  • Save grenade/9502887 to your computer and use it in GitHub Desktop.
Save grenade/9502887 to your computer and use it in GitHub Desktop.
New-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot
Write-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot -EntryType Information -Message "Bot starting..." -EventId 1
Write-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot -EntryType Error -Message "DummyException: Something strange occurred somewhere, sometime." -EventId 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment