1,855 questions
HLK for Win Server 2022 (NICStrictPropertyValidation, Test-NetHLK) fails by mistake
Viktor Prutyanov
1
Reputation point
Hi,
NICStrictPropertyValidation from HLK for Windows Server 2022 uses PowerShell module Test-NetHLK 2021.06.02.52 https://github.com/microsoft/Test-NetHLK. It erroneously fails when JumboPacket parameter max value is 65500:
[FAIL] *JumboPacket NumericParameterMaxValue is -ge 9014
Actually the problem is that string comparison is called instead of integer comparison.
I've made a pull request with the fix https://github.com/microsoft/Test-NetHLK/pull/2
Any ideas if this is going to be fixed and when?
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Sign in to answer