70-667 · Question #208
You configure a SharePoint 2010 farm. You need to gather data from existing logs on critical events only. What should you do?
The correct answer is A. Run the following Windows PowerShell cmdlet. Set-SPLogLevel -EventSeverity ErrorCritical: Specifies the category level to be set. The category level is any one of the following values: The user can retrieve one or more categories from the Get-SPLogLevel cmdlet, microsoft.com/en-us/library/ff607576.aspx for displaying the…
Question
You configure a SharePoint 2010 farm. You need to gather data from existing logs on critical events only. What should you do?
Options
- ARun the following Windows PowerShell cmdlet:
- BRun the following Windows PowerShell cmdlet:
- CRun the following Windows PowerShell cmdlet:
- DUse the SharePoint Health Analyzer feature.
How the community answered
(38 responses)- A84% (32)
- B8% (3)
- C3% (1)
- D5% (2)
Explanation
Set-SPLogLevel -EventSeverity ErrorCritical: Specifies the category level to be set. The category level is any one of the following values: The user can retrieve one or more categories from the Get-SPLogLevel cmdlet, microsoft.com/en-us/library/ff607576.aspx for displaying the logs
Topics
Community Discussion
No community discussion yet for this question.