Usage and Health Data CollectionMonitoring the status of your farm’s health is a critical aspect of SharePoint administration. This
service application collects the various logging information stored in SharePoint and writes it to the
logging database. This service application should always be created.
1. At the prompt, type the following and press Enter:
New-SPUsageApplication -Name "Usage and Health Data Collection"
2. At the prompt, type the following and press Enter:
$proxy = Get-SPServiceApplicationProxy | where {$_.TypeName -eq "Usage and
Health Data Collection Proxy"}
3. At the prompt, type the following and press Enter:
$proxy.Provision()
本文介绍如何通过PowerShell命令创建SharePoint中的UsageandHealthDataCollection服务应用,以收集农场的健康与使用情况数据并将其写入日志数据库。
134

被折叠的 条评论
为什么被折叠?



