Thursday, September 24, 2015

Retrieve SharePoint Log with Correlation ID using PowerShell

Retrieve SharePoint Log with Correlation ID using PowerShell 


get-splogevent | ?{$_.Correlation -eq "CorrellationIDHer"} | select Area, Category, Level, EventID,Message | Format-List > C:\myErrorDetail.log

No comments:

Post a Comment