Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

net-04-binding-order (Enabled)

Check binding order is set correctly for "Production" as the primary network adapter then as applicable for other interfaces. If no "Production" adapter is found, then "Management" should be first.


Input Values

  • ManagementAdapterNames - "LIST" - Names or partial names of Management network adapters
  • ProductionAdapterNames - "LIST" - Names or partial names of Production network adapters

Example

ManagementAdapterNames = @('Management', 'MGMT', 'MGT')
ProductionAdapterNames = @('Production', 'PROD', 'PRD')

Input Descriptions

  • None

Result And Messages

  • PASS
    Binding order correctly set

  • WARNING

  • FAIL
    No network adapters found Production or management adapters not listed Binding order incorrect, {name} should be first Registry setting not found

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally