<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.towaso.de/index.php?action=history&amp;feed=atom&amp;title=Enable_NIC_Teaming</id>
	<title>Enable NIC Teaming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.towaso.de/index.php?action=history&amp;feed=atom&amp;title=Enable_NIC_Teaming"/>
	<link rel="alternate" type="text/html" href="http://wiki.towaso.de/index.php?title=Enable_NIC_Teaming&amp;action=history"/>
	<updated>2026-06-01T20:17:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.towaso.de/index.php?title=Enable_NIC_Teaming&amp;diff=42&amp;oldid=prev</id>
		<title>Tobias: Created page with &quot;This article shows how to enable LCAP network teaming for your network cards with PowerShell. Unlike Windows 10 you have to do this in PowerShell and you cannot use the ProSet...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.towaso.de/index.php?title=Enable_NIC_Teaming&amp;diff=42&amp;oldid=prev"/>
		<updated>2021-06-20T05:06:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This article shows how to enable LCAP network teaming for your network cards with PowerShell. Unlike Windows 10 you have to do this in PowerShell and you cannot use the ProSet...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This article shows how to enable LCAP network teaming for your network cards with PowerShell. Unlike Windows 10 you have to do this in PowerShell and you cannot use the ProSet tools from Intel with a GUI for that anymore (at least in Windows Server). In Windows 10 however i could do it with this tool.&lt;br /&gt;
&lt;br /&gt;
You need a network card with at least 2 ports.&lt;br /&gt;
&lt;br /&gt;
At first rename the adapter in your system, this makes it also easier to find it. In my case I&amp;#039;ve renamed my adapter from &amp;quot;Intel(R) Ethernet Network Adapter X710-TL&amp;quot; to X710_1.&lt;br /&gt;
I&amp;#039;m using an Intel X710-T2L with 2 10GBit ports.&lt;br /&gt;
&lt;br /&gt;
This is the PowerShell command to create LCAP on the card:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;PowerShell&amp;quot;&amp;gt;&lt;br /&gt;
New-NetLbfoTeam -Name &amp;quot;X710TeamStaticLinkAgg&amp;quot; -TeamMembers &amp;quot;X710_1&amp;quot;, &amp;quot;X710_2&amp;quot; -TeamingMode LACP -LoadBalancingAlgorithm Dynamic&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To remove the group:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;PowerShell&amp;quot;&amp;gt;&lt;br /&gt;
Remove-NetLbfoTeam -Name &amp;quot;X710TeamStaticLinkAgg&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tobias</name></author>
		
	</entry>
</feed>