Modifying min/max for *EncapOverhead

This commit is contained in:
Dan Cuomo 2021-03-04 10:38:37 -08:00 коммит произвёл GitHub
Родитель 3e9f57d535
Коммит 73484b7e67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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