Validates the default IHV Adapter settings according to the MSFT definitions and Switch Requirements for Azure Stack HCI
Перейти к файлу
Dan Cuomo 3500458ca9 Update version to 2021.04.08.46
Signed-off-by: Dan Cuomo <dcuomo@outlook.com>
2021-04-08 17:06:02 +00:00
.vscode init commit 2020-11-20 00:23:39 -08:00
internal Updating EncapOverhead displayparametertype < 4 2021-04-08 10:00:57 -07:00
tests Update version to 2021.04.08.46 2021-04-08 17:06:02 +00:00
.gitignore Initial commit 2020-10-17 00:45:16 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-10-16 17:45:25 -07:00
LICENSE Initial LICENSE commit 2020-10-16 17:45:26 -07:00
README.md Update README.md 2021-03-01 12:26:26 -08:00
SECURITY.md Initial SECURITY.md commit 2020-10-16 17:45:28 -07:00
SUPPORT.md Initial SUPPORT.md commit 2020-10-16 17:45:29 -07:00
Test-NETHLK.psd1 Update version to 2021.04.08.46 2021-04-08 17:06:02 +00:00
Test-NETHLK.psm1 Updated EncapOverhead to use MaxValue of internal datatype 2021-04-08 10:04:45 -07:00
appveyor.yml Test Build #2 2021-02-19 12:47:50 -08:00

README.md

Build status downloads

Overview

Test-NetHLK is a module used for testing the advanced properties for Network Adapters and determining if a network switch supports the Azure Stack HCI requirements.

This repo is a work in progress and we are actively receiving feedback to improve.

Installation

This module is available on the PowerShell gallery using the following command: Install-Module Test-NetHLK -Force

For a disconnected system, please use: Save-Module Test-NetHLK -Path <SomeFolderPath>

Then move the module to the disconnected system in the PowerShell module path. For example: C:\Program Files\WindowsPowerShell\Modules\Test-NetHLK\...

Test-NICAdvancedProperties

This cmdlet tests the properties returned from Get-NetAdapterAdvancedProperty. For syntatical help, please use the PowerShell help with the following command help Test-NICAdvancedProperties

Example Use: Test-NICAdvancedProperties -InterfaceName Ethernet

Test-SwitchCapability

This cmdlet is used to verify that a network switch supports the documented requirements for Azure Stack HCI.

Property Definitions

Test-NICAdvancedProperties

Test-NICAdvancedProperties validate various aspects of the advanced registry keys. This section defines some of the lesser known properties being validated.

DisplayParameterType

Description: The advanced registry key type (enum, int)

  • 5: Enum
  • 4: 4-byte int
  • 3: 3-byte int
  • 2: 2-byte int
  • 1: 1-byte int

Test-SwitchCapability

Coming Soon

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.