用Powershell实现网卡捆绑(NIC Teaming)

NIC Teaming又称网卡捆绑,是Windows Server 2012一个很简单实用的功能。 本篇将介绍如何用Powershell在Server Core的环境下实现网卡捆绑(NIC Teaming)。 背景: 如何你使用Windows Server 2012作为集群的服务器,你势必要用到Windows Server 2012 Core,因为Core本身很轻便,没有多余的包运行。 因此如果使用Server Core会让服务器更专注于他自己的职责。 操作方法: 1. Get-NetAdapter 获取网卡信息,记住网卡的名称,因为你要在之后的部署中使用到。 2. New-NetLbfoTeam “NIC TEAMING” -teamingMode…