Skip to content

Instantly share code, notes, and snippets.

@ryanjonhealy
Created May 28, 2015 15:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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