Applies to: Windows Server 2019, Windows Server 2022, and Windows Server 2025.
NIC Teaming combines adapters for resiliency without requiring switch-side aggregation.
Prerequisites
- Administrative access and an approved change window.
- A verified backup and documented rollback plan.
- A pilot environment or low-risk target for validation.
Step-by-step procedure
- Confirm both adapters and drivers support teaming.
- Connect adapters to approved switch ports.
- Create a switch-independent team.
- Test link failure during a maintenance window.
Commands
New-NetLbfoTeam -Name "Production-Team" -TeamMembers "Ethernet1","Ethernet2" -TeamingMode SwitchIndependent -LoadBalancingAlgorithm Dynamic
Get-NetLbfoTeamVerification
The team stays operational when either individual test link is disconnected.
Rollback
Remove the team and restore the original IP configuration to the documented physical adapter.
Security notes
- Use least privilege and record the change.
- Review relevant event logs after implementation.
- Test before production rollout.
Related resources
Canadian Windows VPS and RDS hosting: networkmanager.info. Refer to Microsoft Windows Server documentation.