Posts

Showing posts from 2013

Exchange 2010 Monitoring Script

There is a new script: Exchange 2010 Monitoring I wrote this script to check if everything on Exchange is working properly. This script will monitor Exchange 2010 in a DAG environment. Following Monitors are included: ExchangeQueue MailboxDatabaseCopy MailboxDatabaseContentIndex ServerDiskFreeSpace ExchangePrivatDatabaseBackup ExchangePublicDatabaseBackup There are to modes: Mode 1: Monitoring Exchange without Backup check Checks Exchange and sends E-Mail if Treshhold is reached to Exchange Admin Mode 2: Monitoring Exchange Backup only Checks Exchange-Backup and sends E-Mail to Backup Admin ############################################################################## <#  .SYNOPSIS         Exchange 2010 Monitoring Script. .DESCRIPTION      This script will monitor Exchange 2010 in a DAG environment.     following Monitors are included:      * ExchangeQueue      * MailboxDatabaseCopy      * MailboxDatabaseContentIndex      * ServerDiskFreeSpace