@@ -1309,7 +1309,7 @@ function New-PSRuleOption {
1309
1309
1310
1310
# Sets the Output.Outcome option
1311
1311
[Parameter (Mandatory = $False )]
1312
- [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Processed' , ' All' )]
1312
+ [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Problem ' , ' Processed' , ' All' )]
1313
1313
[Alias (' Outcome' )]
1314
1314
[PSRule.Rules.RuleOutcome ]$OutputOutcome = ' Processed' ,
1315
1315
@@ -1612,7 +1612,7 @@ function Set-PSRuleOption {
1612
1612
1613
1613
# Sets the Output.Outcome option
1614
1614
[Parameter (Mandatory = $False )]
1615
- [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Processed' , ' All' )]
1615
+ [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Problem ' , ' Processed' , ' All' )]
1616
1616
[Alias (' Outcome' )]
1617
1617
[PSRule.Rules.RuleOutcome ]$OutputOutcome = ' Processed' ,
1618
1618
@@ -2376,7 +2376,7 @@ function SetOptions {
2376
2376
2377
2377
# Sets the Output.Outcome option
2378
2378
[Parameter (Mandatory = $False )]
2379
- [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Processed' , ' All' )]
2379
+ [ValidateSet (' None' , ' Fail' , ' Pass' , ' Error' , ' Problem ' , ' Processed' , ' All' )]
2380
2380
[Alias (' Outcome' )]
2381
2381
[PSRule.Rules.RuleOutcome ]$OutputOutcome = ' Processed' ,
2382
2382
0 commit comments