Get-VBRViServerNetworkInfo
Short Description
Returns virtual networks for a VMware host.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRViServerNetworkInfo -Server <CHost> [<CommonParameters>] |
Detailed Description
This cmdlet returns the list of all virtual networks to which a selected VMware host is connected.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Server |
Specifies the VMware host. The cmdlet will return virtual networks connected to this host.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the following objects:
Examples
Example 1. Getting Networks Connected to Specific VMware Host
|
This example shows how to get the networks to which the
Perform the following steps:
|
Example 2. Getting Networks Connected to Specific VMware Host Using Host Name
|
This command shows how to look get the networks to which the
|
Example 3. Getting Specific Network Connected to Specific VMware Host
|
This example shows how to get one network from the list of networks that are connected to the
Perform the following steps:
|
Example 4. Getting Specific Network Connected to Specific VMware Host [Using Pipeline]
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Where-Object