Add-VBRPreferredNetwork
Short Description
Specifies preferred networks.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRPreferredNetwork -IpAddress <IPAddress> -SubnetMask <String> [<CommonParameters>] |
Detailed Description
This cmdlet specifies preferred networks for the backup infrastructure. You can instruct Veeam Backup & Replication to transfer data over preferred networks only. To do that, run the Enable-VBRPreferredNetworkDataTransferEnables data transfer over preferred networks only. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
IpAddress |
Specifies the IP address for a preferred network. |
|
True |
Named |
True (ByPropertyName) |
|
SubnetMask |
Specifies the subnet mask for a preferred network. |
|
True |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Adding Preferred Network to List
This command adds the a preferred network to a list of preferred networks.
|
Add-VBRPreferredNetwork -IpAddress 192.168.0.1 -SubnetMask 255.255.255.255 |