Add VM Network Adapter
Adds a virtual network adapter to a virtual machine.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Virtual Machine Name | String | Yes | Specifies the virtual machine on which the network adapter is to be added. |
Virtual Switch Name | String | Yes | Specifies the name of the virtual switch to connect to the new network adapter. If the switch name is not unique, then the operation fails. |
Virtual NIC Name | String | Yes | Specifies a name for the new virtual network adapter. The default value is Network Adapter. |
Is Legacy | Boolean | Yes | Specifies if the virtual network adapter is the legacy type. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Virtual Machine Name | String | Yes | Guest001 |
Virtual Switch Name | String | Yes | Network_Switch |
Virtual NIC Name | String | No | Secondary |