Display Full Name of Stopped Exchange Services

Command-

Get-Service | Where-Object {$_.Name -Like ‘MSExchange*’ -and $_.Status -eq ‘Stopped’}

Test-ReplicationHealth | where {$_.Check -like "QuorumGroup"} | fl


No comments: