From 00623bf6f75df1f7fc8b39aa591bc4d189c4536f Mon Sep 17 00:00:00 2001 From: Lukas Sassl Date: Fri, 30 Apr 2021 11:03:44 +0200 Subject: [PATCH] Parameters added to documentation --- Diagnostics/HealthChecker/HealthChecker.ps1 | 6 ++++++ docs/Diagnostics/HealthChecker.md | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Diagnostics/HealthChecker/HealthChecker.ps1 b/Diagnostics/HealthChecker/HealthChecker.ps1 index a2243abe17..077b0fae4b 100644 --- a/Diagnostics/HealthChecker/HealthChecker.ps1 +++ b/Diagnostics/HealthChecker/HealthChecker.ps1 @@ -50,6 +50,12 @@ Name of the HTML output file from the BuildHtmlServersReport. Default is ExchangeAllServersReport.html .PARAMETER DCCoreRatio Gathers the Exchange to DC/GC Core ratio and displays the results in the current site that the script is running in. +.PARAMETER AnalyzeDataOnly + Switch to analyze the existing HealthChecker XML files. The results are displayed on the screen and an HTML report is generated. +.PARAMETER SkipVersionCheck + No version check is performed when this switch is used. +.PARAMETER SaveDebugLog + The debug log is kept even if the script is executed successfully. .PARAMETER Verbose This optional parameter enables verbose logging. .EXAMPLE diff --git a/docs/Diagnostics/HealthChecker.md b/docs/Diagnostics/HealthChecker.md index 87dc769bde..3cdcb2d99f 100644 --- a/docs/Diagnostics/HealthChecker.md +++ b/docs/Diagnostics/HealthChecker.md @@ -98,4 +98,7 @@ SiteName | Used in combination with the LoadBalancingReport switch for letting t XMLDirectoryPath | Used in combination with BuildHtmlServersReport switch for the location of the HealthChecker XML files for servers which you want to be included in the report. Default location is the current directory. BuildHtmlServersReport | Switch to enable the script to build the HTML report for all the servers XML results in the XMLDirectoryPath location. HtmlReportFile | Name of the HTML output file from the BuildHtmlServersReport. Default is ExchangeAllServersReport.html -DCCoreRatio | Gathers the Exchange to DC/GC Core ratio and displays the results in the current site that the script is running in. \ No newline at end of file +DCCoreRatio | Gathers the Exchange to DC/GC Core ratio and displays the results in the current site that the script is running in. +AnalyzeDataOnly | Switch to analyze the existing HealthChecker XML files. The results are displayed on the screen and an HTML report is generated. +SkipVersionCheck | No version check is performed when this switch is used. +SaveDebugLog | The debug log is kept even if the script is executed successfully. \ No newline at end of file