Ajouter Exchange/status-sync.ps1

This commit is contained in:
Hubert Cornet 2023-10-21 18:35:15 +02:00
parent 8d23d2594c
commit a5e953ceff

2
Exchange/status-sync.ps1 Normal file
View File

@ -0,0 +1,2 @@
Get-ExchangeServer | Where-Object {$_.IsHubTransportServer -eq $True} | Get-Queue | ft Identity, NextHopDomain, MessageCount