July 2017
Intermediate to advanced
648 pages
31h 9m
English
The CollectOverMetrics.ps1 script can be used to read the event logs from the mailbox servers that are configured in a DAG, and gather information about database mounts, moves, and failovers. This script is installed with Exchange 2016 and is located in the $exscripts directory.
To run the script, switch to the $exscripts directory:
Set-Location $exscripts
Next, run the script and specify the name of the DAG you want to receive a report on, and the location where the report should be saved:
.\CollectOverMetrics.ps1 -DatabaseAvailabilityGroup DAG '
-ReportPath C:\temp\Report
When running this command, you'll see an output similar to the following screenshot:
As you can see, each server in ...
Read now
Unlock full access