meta données pour cette page
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| windows:powershell_hyper-v_switchembededteaming [01/01/2025 22:58] – mdl | windows:powershell_hyper-v_switchembededteaming [02/01/2025 18:22] (Version actuelle) – mdl | ||
|---|---|---|---|
| Ligne 15: | Ligne 15: | ||
| </ | </ | ||
| - | * Assignation | ||
| - | <code powershell> | ||
| - | Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName " | ||
| - | </ | ||
| \\ | \\ | ||
| == Modification NIC Teaming == | == Modification NIC Teaming == | ||
| Ligne 26: | Ligne 22: | ||
| </ | </ | ||
| - | * Il faut ré appliquer la conf VLAN sur la carte ManagementOS | ||
| - | <code powershell> | ||
| - | Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName " | ||
| - | </ | ||
| \\ | \\ | ||
| == création d'une carte virtuelle et adressage réseau: == | == création d'une carte virtuelle et adressage réseau: == | ||
| Ligne 38: | Ligne 30: | ||
| - | PS C: | + | Get-NetAdapter |
| Name InterfaceDescription | Name InterfaceDescription | ||
| Ligne 52: | Ligne 44: | ||
| - | PS C: | + | Rename-NetAdapter -Name " |
| Get-NetAdapter -Name LAN_DATA1 | New-NetIPAddress -IPAddress 192.168.10.100 | Get-NetAdapter -Name LAN_DATA1 | New-NetIPAddress -IPAddress 192.168.10.100 | ||
| </ | </ | ||
| + | |||
| + | * Assignation | ||
| + | <code powershell> | ||
| + | Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName " | ||
| + | </ | ||
| + | |||
| + | * ou trunk | ||
| + | <code powershell> | ||
| + | Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName " | ||
| + | </ | ||
| + | |||
| \\ | \\ | ||
| == Désactiver une carte == | == Désactiver une carte == | ||