Skip to content

Instantly share code, notes, and snippets.

@ryanjonhealy
Created May 28, 2015 15:05
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 ryanjonhealy/d5af54a6d7000a41b6d3 to your computer and use it in GitHub Desktop.
Save ryanjonhealy/d5af54a6d7000a41b6d3 to your computer and use it in GitHub Desktop.
Get-SPLogevent
$guid = "d17a4766-5115-4be4-8138-9962885912bc"
Get-SPLogevent -starttime (get-date).addminutes(-65) | ?{$_.Correlation -eq $guid} | select Message | Format-table -property message-autosize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment