From 317240dc83c520d223626000ef1f4a45f7ff9b5b Mon Sep 17 00:00:00 2001 From: Liam Peters Date: Mon, 20 Jul 2026 11:22:45 +0100 Subject: [PATCH 1/2] Add missing Severity entry --- docs/Cmdlets/Invoke-ScriptAnalyzer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Cmdlets/Invoke-ScriptAnalyzer.md b/docs/Cmdlets/Invoke-ScriptAnalyzer.md index b3e72a337..eee5ac18c 100644 --- a/docs/Cmdlets/Invoke-ScriptAnalyzer.md +++ b/docs/Cmdlets/Invoke-ScriptAnalyzer.md @@ -536,7 +536,8 @@ Valid values are: - Error - Warning -- Information. +- Information +- ParseError You can specify one ore more severity values. From 9fb8c92c68ff97ac148346f3e9cd33f597827703 Mon Sep 17 00:00:00 2001 From: Liam Peters Date: Mon, 20 Jul 2026 11:32:25 +0100 Subject: [PATCH 2/2] Fix typo "Ore" instead of "Or" Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/Cmdlets/Invoke-ScriptAnalyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cmdlets/Invoke-ScriptAnalyzer.md b/docs/Cmdlets/Invoke-ScriptAnalyzer.md index eee5ac18c..e6a75ae3d 100644 --- a/docs/Cmdlets/Invoke-ScriptAnalyzer.md +++ b/docs/Cmdlets/Invoke-ScriptAnalyzer.md @@ -539,7 +539,7 @@ Valid values are: - Information - ParseError -You can specify one ore more severity values. +You can specify one or more severity values. The parameter filters the rules violations only after running all rules. To filter rules efficiently, use `Get-ScriptAnalyzerRule` to select the rules you want to run.