How to start WSS_UsageApplication Proxy with PowerShell

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

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.