baltazar
My personal notes on mostly work related technical Issues and fixes.
Tuesday, January 3, 2012
PowerShell Script to list daily health checks of all Exchange 2007 Servers.
$ExchServer=Get-ExchangeServer
foreach ($Server in $ExchServer)
{
echo $Server.name (Test-ServiceHealth $Server)
}
SMTP Port 25
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)