Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Created January 23, 2013 14:53
Show Gist options
  • Save devendrasv/4607290 to your computer and use it in GitHub Desktop.
Save devendrasv/4607290 to your computer and use it in GitHub Desktop.
get error details using powershell
get-splogevent -starttime (get-date).addminutes(-20) | where-object { $_.correlation -eq "e434f79b-68bb-40d2-0000-03a47eae1bf9" } | fl message > c:\errors1.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment