Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| windows:hyper-v:vswitch-management [2026/04/16 15:35] – [New Virtual Switch] chris | windows:hyper-v:vswitch-management [2026/04/22 16:45] (current) – [New Virtual Switch] chris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Virtual Switch Management ====== | ====== Virtual Switch Management ====== | ||
| ===== New Virtual Switch ===== | ===== New Virtual Switch ===== | ||
| - | <code powershell> | + | <code powershell> |
| - | Rename-NetAdapter -Name NIC1 -NewName Uplink-1 | + | |
| Rename-NetAdapter -Name NIC2 -NewName Uplink-2 | Rename-NetAdapter -Name NIC2 -NewName Uplink-2 | ||
| New-VMSwitch -Name ConvergedSwitch -NetAdapterName " | New-VMSwitch -Name ConvergedSwitch -NetAdapterName " | ||