Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Last active November 7, 2017 19:09
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/7bae382cd04541dcd8aaee1cb44cbe45 to your computer and use it in GitHub Desktop.
Save dustindortch/7bae382cd04541dcd8aaee1cb44cbe45 to your computer and use it in GitHub Desktop.
User the Event Log with PowerShell - Taking Action
Get-EventLog -LogName "Provisioning" `
-Source "User Provisioning" `
-EntryType Information `
-After (Get-DateTime -format %m/%d/%Y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment