![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Attach a Virtual Network to a Virtual Network Adapter
|
||
|
' Description: Attaches a virtual network named Internal Network to a network adapter on a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") Set objNetwork = objVS.FindVirtualNetwork("Internal Network") Set colNetworkAdapters = objVM.NetworkAdapters For Each objNetworkAdapter in colNetworkAdapters errReturn = objNetworkAdapter.AttachToVirtualNetwork(objNetwork) Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||