Hi, Is there a powershell script which will send immediate email alert if there is a specific error message in SharePoint 2010 ULS log?
I am not master in powershell and found a command as Get-SPLogEvent | ?{$_.Correlation -eq “correlation id of the error”}.
It
needs ti run manually to get a specific error correlation ID. It
doesn't suit me. I need to run a powershell command every minute and
send alert if there is a specific error message in ULS log.
Santosh sethi