Skip to content

Update IIS Information Collection#1286

Merged
dpaulson45 merged 5 commits into
mainfrom
dpaul-IISUpdate
Oct 11, 2022
Merged

Update IIS Information Collection#1286
dpaulson45 merged 5 commits into
mainfrom
dpaul-IISUpdate

Conversation

@dpaulson45
Copy link
Copy Markdown
Member

Issue:
The web.config files were hard coded in collection.

Fix:
In order to be able to collect the correct information from the servers accurately, need to use the WebAdministration cmdlets to get the correct information.

However, in Get-WebSite you can't get this information remotely due to the binding properties that are collected, so needed to return a custom object back.

Validation:
Lab tested and pester tested

Resolved #1284

@dpaulson45 dpaulson45 requested a review from a team as a code owner October 11, 2022 21:28
@dpaulson45 dpaulson45 merged commit 434af45 into main Oct 11, 2022
@dpaulson45 dpaulson45 deleted the dpaul-IISUpdate branch October 11, 2022 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue] - Health Checker Hard Coded Default Web Site web.config

2 participants