You configure a SharePoint 2010 farm. You need to gather data from existing logs on critical events
only. What should you do?
A.
Run the following Windows PowerShell cmdlet:
Set-SPLogLevel -EventSeverity ErrorCritical
Get-SPLogLevel
B.
Run the following Windows PowerShell cmdlet:
Get-SPLogEvent | Out-GridView
C.
Run the following Windows PowerShell cmdlet:
Get-SPLogLevel -Identity “Cricial Issues”
D.
Use the SharePoint Health Analyzer feature.