0176253552
KeriaCoder
  • Welcome
  • About
  • Blog
  • Contact
  • Search

Sharepoint : Get Error Details from Correlation ID via Powershell

Get the detail of Sharepoint error from Correlation ID by using these command.

 

Sharepoint 2010 - Correlation id

For this example,

Correlation ID is e152dac6-a8d4-49ae-a192-2798a8ced58b

Basic command to get error details

get-splogevent | ?{$_Correlation -eq ""}

State the columns desired. ie : Area, Category, Level, EventID, Message

get-splogevent | ?{$_.Correlation -eq "" | select Area, Category, Level, EventID, Message | Format-List}
KeriaCoder - Correlation ID is now Readable

Save the refined log in C: as errordetail.log

get-splogevent | ?{$_.Correlation -eq ""} | select Area, Category, Level, EventID, Message | Format-List > C:errordetail.log
KeriaCoder - Error detail printed

KeriaCoder View Stat

Recent Posts

  • Disable Loopback Check
  • How To – Allow non-admins to start and stop system services
  • How to add new hostfile Tutorial
  • [Powershell] – Import to Sharepoint List from CSV
  • Simple way to move content database of SharePoint 2010

Recent Comments

    Archives

    • January 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015

    Categories

    • Troubleshoot
    • Tutorial

    Latest Update

    • Disable Loopback Check01/26/2016 - 2:50 am
    • How To – Allow non-admins to start and stop system services01/05/2016 - 1:50 am

    Recent Comments

      Categories

      • Troubleshoot
      • Tutorial

      Archives

      Keria Coder (00208351-W)

      No 4a, Jalan Keluli Aj7/Aj,
      Taman Perindustrian Bukit Raja Selatan,
      40000 Shah Alam

      +60-0176253552
      fahmi@keriacoder.com

      © Copyright - KeriaCoder 2015 - Enfold WordPress Theme by Kriesi
        Cannot Complete This Action as the Secure Store Shared Service is not Respo... Simple way to move content database of SharePoint 2010
        Scroll to top