Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Created July 4, 2017 02:42
Show Gist options
  • Select an option

  • Save Yasushi/c584a2d6c1fac1f16cd95e2fdfc33004 to your computer and use it in GitHub Desktop.

Select an option

Save Yasushi/c584a2d6c1fac1f16cd95e2fdfc33004 to your computer and use it in GitHub Desktop.
get-eventlog system | ? { $_.EventID -eq 13 } | select -first 3 | fl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment