Introduction to Problem In SharePoint we generally see Correlation Id when we encounter any error during application. Here I will brief you about how to get the error details based on Correlation id using PowerShell. Generally we go to 15 hive location to to access the latest log file and then find the error log for correlation Id or we use ULS log viewer to see the log details. To avoid this work a simple execution of command will give you all the error details for perticular correlation Id. Syntax