How to start WSS_UsageApplication Proxy with PowerShell
Date: 03/02/2014
Categories: PowerShell, SharePoint
#If the service WSS_UsageApplication (Usage and Health Data Collection Proxy) is stopped, you can start it this way: $ServiceWSS = Get-SPServiceApplicationProxy | where-object {$_.TypeName -eq “Usage and Health Data Collection Proxy”} $ServiceWSS.Provision()
Leave a Reply