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-07-network-teaming (Enabled)

Check network interfaces for known teaming names, manually check they are configured correctly. Fail if no teams found or if server is a virtual. Checked configuration is: Teaming Mode: "Static Independent"; Load Balancing Mode: "Address Hash"; Standby Adapter: (set).


Input Values

  • NetworkTeamNames - "LIST" - Network teaming adapters names

Example

NetworkTeamNames = @('HP Network Teaming', 'BASP Virtual Adapter', 'Microsoft Network Adapter Multiplexor Driver')

Input Descriptions

  • None

Result And Messages

  • PASS
    Network team count: {number} Team configuration is set correctly

  • WARNING

  • FAIL
    No teamed network adapters found Teamed network adapters found on a virtual machine Team configuration is not set correctly Teaming Count Issue

  • MANUAL
    Teamed network adapters found, check they are configured correctly

  • NA
    Not a physical server Not a supported operating system for this check


Applies To

  • Physical Servers

Required Functions

  • Check-IsVMwareGuest
  • Check-IsHyperVGuest
Clone this wiki locally