Modifying min/max for *EncapOverhead
This commit is contained in:
Родитель
3e9f57d535
Коммит
73484b7e67
|
@ -142,12 +142,11 @@ function Test-NICAdvancedProperties {
|
|||
# *EncapOverhead: NumericParameterStepValue
|
||||
Test-NumericParameterStepValue -AdvancedRegistryKey $_ -DefinitionPath $thisDefinitionPath
|
||||
|
||||
#TODO: Fix MaxValue - Should be between 160 and 480
|
||||
# *EncapOverhead: NumericParameterMaxValue
|
||||
Test-NumericParameterMaxValue -AdvancedRegistryKey $_ -DefinitionPath $thisDefinitionPath -OrGreater
|
||||
|
||||
# *EncapOverhead: NumericParameterMinValue
|
||||
Test-NumericParameterMinValue -AdvancedRegistryKey $_ -DefinitionPath $thisDefinitionPath -OrLess
|
||||
Test-NumericParameterMinValue -AdvancedRegistryKey $_ -DefinitionPath $thisDefinitionPath
|
||||
|
||||
$RequirementsTested += $_.RegistryKeyword
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче