Friday 1 June 2012

SP 2010: Find error messages with a Correlation ID token in SharePoint 2010

Open PowerShell and type syntax as follows.... 

1.  PS C:\Users\Administrator> get-splogevent |?{$_.correlation -eq "e2455748-780d-4387-8b6d-812419a6403a"}|select area,cate
gory, level, eventid, message|format-list

2.  PS C:\Users\Administrator>get-splogevent | ?{$_.Correlation -eq "2872bd2d-a0a5-4cac-b218-f504a7d2a4c5"} | ft Category, Message -Autosize

Tools: 1. UlsViewer
          2. SPLogViewer

No comments:

Post a Comment