Bug fix: network interfaces team.
This commit is contained in:
@@ -217,7 +217,14 @@
|
||||
"ProfileName": "Powershell_NetworkInterface_Team_LACP_Dynamic",
|
||||
"ProfileType": "Powershell",
|
||||
"ProfileCommands": [
|
||||
"New-NetLbfoTeam -Name \"{Team Name}\" -TeamMembers \"{NIC1}\", \"{NIC2}\" -TeamingMode LACP -LoadBalancingAlgorithm Dynamic -Confirm:$false"
|
||||
"New-NetLbfoTeam -Name \"{Team Name}\" -TeamMembers \"{NIC1}\", \"{NIC2}\" -TeamingMode LACP -LoadBalancingAlgorithm Dynamic -Confirm:$false",
|
||||
"Set-NetAdapterAdvancedProperty -Name \"{NIC1}\" -DisplayName \"Speed & Duplex\" -DisplayValue \"10 Gbps Full Duplex\" ",
|
||||
"Set-NetAdapterAdvancedProperty -Name \"{NIC2}\" -DisplayName \"Speed & Duplex\" -DisplayValue \"10 Gbps Full Duplex\" ",
|
||||
"Set-NetAdapterAdvancedProperty -Name \"{NIC1}\" -DisplayName \"Energy-Efficient Ethernet\" -DisplayValue \"Disabled\" ",
|
||||
"Set-NetAdapterAdvancedProperty -Name \"{NIC2}\" -DisplayName \"Energy-Efficient Ethernet\" -DisplayValue \"Disabled\" ",
|
||||
"Get-NetAdapterAdvancedProperty -Name \"{NIC1}\" ",
|
||||
"Get-NetAdapterAdvancedProperty -Name \"{NIC2}\" ",
|
||||
"Get-NetAdapterAdvancedProperty -Name \"{Team Name}\" "
|
||||
],
|
||||
"ProfileParameters": [
|
||||
"{Team Name}",
|
||||
|
||||
Reference in New Issue
Block a user