Skip to content

Commit

Permalink
Fixed comment to work with Get-Help
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulson45 committed Dec 18, 2023
1 parent f1a8702 commit 72d3dba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Diagnostics/HealthChecker/Analyzer/Get-URLRewriteRule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 72d3dba

Please sign in to comment.