Fixing the Usage and Health Data Collection Service Application Proxy (Iniciar Servicio)

Este Servicio esta detenido para iniciarlo hay que seguir los siguientes pasos.


Iniciar el Power Shell 

Colocar el codigo siguiente :
Para saber el ID del Servicio use este código : " Get-SPServiceApplicationProxy "
Luego colocar este ID en el siguiente código.
"$UP = Get-SPServiceApplicationProxy | where {$_.ID -eq "<Coloque aqui el ID del Servicio>"}
Luego colocar este script.
 $UP.Provision()"


El Servicio quedará Iniciado.


Referencia

Comentarios

Entradas más populares de este blog

Que es un Webpart o Elemento Web en SharePoint?

The type or namespace name ‘SharePoint’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?) – SharePoint 2013 Client Object Model dlls

Extender el periodo de Evalución hasta 240 días en SQL Server y SharePoint Server