Power-shell script to Start SharePoint service Application Proxy
Some time SharePoint Administrator may face this strange scenario where Service Application will be running and proxy got stuck most of the times it happened while creating search service application
This Powershell script will help you to find the Service Application identity and start the proxy
**Get-SPServiceApplicationProxy ** #you will get the list of service application proxy with guid select the fulty proxy guid and enter in below line
$usageapp=Get-SPServiceApplicationProxy | where {$_.ID -eq "d495b7bf-df94-45a6-a3de-30cb9552c004"}
**
$usageapp.Provision()**