Unable to find Correlation ID in ULS Logs

In case you were looking for a specific correlation ID in the ULS Logs and you didn't find it , you can use the following Power Shell Command to get it directly

 

Get-SPLogEvent | ?{$_.Correlation -eq “correlation id of the error”} | ft Category, Message -Autosize