This repository was archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
net04
My-Random-Thoughts edited this page Oct 28, 2017
·
1 revision
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.
- ManagementAdapterNames - "LIST" - Names or partial names of Management network adapters
- ProductionAdapterNames - "LIST" - Names or partial names of Production network adapters
ManagementAdapterNames = @('Management', 'MGMT', 'MGT')
ProductionAdapterNames = @('Production', 'PROD', 'PRD')
- None
-
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
- All Servers
- None