Check if Service Application is Running in SharePoint using PowerShell
June 27, 2015
Couple of times, I had to get the service application's status prior performing activities such as: Stop and Start the service, Monitoring service application's availability, etc. Here is how we can check if the service application is running / created using PowerShell. PowerShell scrip…