Thursday 24 November 2016

WSS Usage Application proxy stopped on SharePoint

This post help you with Issue where Usage and Health Data Collection proxy is stopped on SharePoint.

This applies to SharePoint 2013 and 2016

Below screenshot for reference .


Resolution :

Follow below steps to Start the proxy application.

1. Get the ID for  Usage and health Application using this cmd "Get-SPServiceApplicationProxy".





2. Now use below Powershell cmd to start it

$Usage= Get-SPServiceApplicationProxy | Where{$_.ID -eq "f4cd8349-a2ba-4c66-96da-2ffa84b32b19"}
$Usage.provision()

3. Now Check Usage and Health Data Collection proxy will be started.




Happy SharePointing :)

No comments:

Post a Comment