From 72d3dbae4519d1488c9e559a09e94b05fd8275f0 Mon Sep 17 00:00:00 2001 From: David Paulson Date: Mon, 18 Dec 2023 14:42:00 -0600 Subject: [PATCH] Fixed comment to work with Get-Help --- Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1 b/Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1 index cd697be19a..8118a81b07 100644 --- a/Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1 +++ b/Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1 @@ -2,6 +2,9 @@ # Licensed under the MIT License. <# +.SYNOPSIS + Pulls out URL Rewrite Rules from the web.config and applicationHost.config file to return a Hashtable of those settings. +.DESCRIPTION This is a function that is designed to pull out the URL Rewrite Rules that are set on a location of IIS. Because you can set it on an individual web.config file or the parent site(s), or the ApplicationHostConfig file for the location We need to check all locations to properly determine what is all set.