In order to quickly check multiple services status on multiple machines with PowerShell following command can be used:\n
Get-Service -ServiceName *PART_OF_YOUR_SERVICE_NAME* -ComputerName SERVER1, SERVERN | select name, status, machinename | sort machinename | format-table -AutoSize