The PowerShell command below will restart a service remotely on another computerserver.
Restart-Service -InputObject $(Get-service -ComputerName ExMbx1 -name msexchangetransport)
The PowerShell command below will restart a service remotely on another computerserver.
Restart-Service -InputObject $(Get-service -ComputerName ExMbx1 -name msexchangetransport)