Get Virtual Switch Extension

Get the extensions of a virtual switch. These extensions may be of different types, and may be either enabled or disabled. The retrieved extension object does not contain embedded objects for features, or an array of feature IDs.

Input Parameters

Name Type Required Description
Switch Name String Yes Specifies the name of the virtual switch from which the extensions are to be retrieved.

Output Parameters

Name Type Description
Switch Extensions Array Array containing switch extension information.
Switch Extensions Row Count Number Number of entries within switch extensions array.
ID String ID of the switch extension (GUID).
Name String Name of the switch extension.
Vendor String Vendor for the switch extension.
Version String Version of the switch extension.
Extension Type String Type of switch extension.
Parent Extension ID String GUID of the parent switch extension.
Parent Extension Name String Name of the parent switch extension.
Switch ID String GUID of the vswitch.
Switch Name String Name of the vswitch.
Computer Name String Host name.
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
Switch Name String Yes VMSwitch001