Please share with your friends...
2 - 2Shares
Virtual Machines
The third and final step is to configure each of your virtual machines to use the new virtual switch, either using Hyper-V Manager or via Windows PowerShell.
Hyper-V Manager
The following instructions can be used to configure your virtual machines to use the new virtual network switch using Hyper-V Manager.
- Start the Hyper-V Manager console.
- Right-click on the particular virtual machine, and select Settings from the context menu. The Settings for the virtual machine window will be displayed.
- Perform one of the following actions, depending on whether you want to Updating an existing Network Adapter or Adding a new Network Adapter.
- The Settings window will close, and you will be returned to the Hyper-V Manager console.
Windows PowerShell
The following instructions can be used to manage Hyper-V virtual machine network adapters using Windows PowerShell.
- Start a Windows PowerShell console with elevated privileges (Run as administrator).
Windows PowerShell Copyright (C) 2015 Microsoft Corporation. All rights reserved.
- Import the Hyper-V PowerShell module using the following command.
> Import-Module Hyper-V
Please share with your friends...
2 - 2Shares