I want to bridge two network connections on a Microsoft Hyper-V Server 2008 R2. As I'm essentially using a "Server Core", GUI is not available, so I can't use the usual way. (Right click the network connections and select bridging). Also the netsh bridge command is only available if you have already created a bridged connection, and you cannot create a new one with that command. Any suggestions?
|
| |||
feedback
|
|
The Technet documentation claims that I'd try the reverse-engineering route and just use process monitor to see what registry values are changed by creating a bridge via the GUI and try to replay this on a different machine to see how it behaves. | ||||
|
feedback
|
|
There is a Powershell module for managing Hyper-V. Information on that is Seems | |||
feedback
|