Get-VBRPreferredNetwork
Short Description
Returns preferred networks.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRPreferredNetwork [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of preferred networks created for the backup infrastructure.
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Preferred Networks
This command returns preferred networks created for the backup infrastructure.
Get-VBRPreferredNetwork IpAddress SubnetMask CIDRNotation 192.168.0.1 255.255.255.255 192.168.0.1/32 123.0.0.0 255.0.0.0 123.0.0.0/8 |