Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Created November 5, 2017 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustindortch/e3a9f6213b72d56bd8f9f037d74cd83f to your computer and use it in GitHub Desktop.
Save dustindortch/e3a9f6213b72d56bd8f9f037d74cd83f to your computer and use it in GitHub Desktop.
Using the Event Log with PowerShell
New-EventLog -LogName "Provisioning" `
-Source "User Provisioning"
New-EventLog -LogName "Provisioning" `
-Source "Policy Assignment"
New-EventLog -LogName "Provisioning" `
-Source "Licensing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment