Skip to content

Instantly share code, notes, and snippets.

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