首页 > 其他 > 详细

sharepoint 2013 开启 Usage and Health Data Collection

时间:2017-03-23 22:49:25      阅读:248      评论:0      收藏:0      [点我收藏+]

Usage and Health Data Collection
Monitoring 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() 

本文出自 “博深” 博客,转载请与作者联系!

sharepoint 2013 开启 Usage and Health Data Collection

原文:http://pclzr.blog.51cto.com/30415/1909739

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!