ดูเหมือนว่าคุณสมบัตินี้จะกลับมา:
อินเทลกล่าวถึงการสนับสนุนใกล้เคียงสำหรับ Windows 10 ในไดรเวอร์รุ่น 22.3 หรือใหม่กว่า ปัจจุบัน 23.5 สามารถใช้ได้
รุ่นนี้มาพร้อมกับ ANS (บริการเครือข่ายขั้นสูงติดตั้งโดยค่าเริ่มต้น) ซึ่งจะช่วยให้ใกล้เคียงผ่านคำสั่ง PowerShell
ฉันยังไม่ได้ลองมัน - เมนบอร์ดเดียวที่ฉันมีสอง intel nic's คือไบออสอัพเกรดเล็กน้อยปากแข็ง
หากใครสามารถทำให้มันทำงานได้กับการอัพเดท windows creator ล่าสุดที่กล่าวถึงในบันทึกประจำรุ่นโปรดแจ้งให้เราทราบ :)
อัปเดต: พยายามรวบรวมลิงก์บน Windows 10 - ดังนั้นจึงใช้งานได้ในปัจจุบัน (ม.ค. 2019)
PS C:\Windows\system32> Import-Module -Name "C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets"
PS C:\Windows\system32> Get-IntelNetAdapter
Location Name ConnectionName LinkStatus
-------- ---- -------------- ----------
0:31:6:0 Intel(R) Ethernet Connection (2) I219-LM Intel-219 Nicht verf...
7:0:0:0 Intel(R) I210 Gigabit Network Connection Intel-210 1.00 Gbit/...
PS C:\Windows\system32> New-IntelNetTeam
Cmdlet New-IntelNetTeam an der Befehlspipelineposition 1
Geben Sie Werte fuer die folgenden Parameter an:
TeamMemberNames[0]: Intel(R) Ethernet Connection (2) I219-LM
TeamMemberNames[1]: Intel(R) I210 Gigabit Network Connection
TeamMemberNames[2]:
TeamMode: StaticLinkAggregation
TeamName: link_name_team
PS C:\Windows\system32> Get-IntelNetTeam
TeamName : Gruppe: link_name_team
TeamMembers : {Intel(R) I210 Gigabit Network Connection, Intel(R)
Ethernet Connection (2) I219-LM}
TeamMode : StaticLinkAggregation
PrimaryAdapter : NotSet
SecondaryAdapter : NotSet
iperf3 ที่รันจากสองไคลเอนต์แสดงว่าทำงานได้ดี: