Get-VBRViVirtualSwitch
Short Description
Returns VMware virtual switches.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRViVirtualSwitch -Server <Object[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns VMware virtual switches that are created on a ESXi host or cluster.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Server | Specifies the ESXi or ESXi host or cluster. The cmdlet will return the virtual switches created on this host or cluster. | Accepts the Object[] object. Run the Get-VBRServer cmdlet to get this object. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Switches Created on Selected Host
This example shows how to get switches created on the host named ESXiHost.
Perform the following steps:
|
Example 2. Getting Switches Created on Selected VMware Cluster
This example shows how to get switches created on the VMware cluster named vSAN.
Perform the following steps:
|
Related Commands