--- title: "New-VBRCloudProviderNetworkAppliance" description: "This cmdlet creates a VMware or a Hyper-V network extension appliance on the user's host. This appliance is applied in the cloud provider settings (see Managing Service Provider)." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrcloudprovidernetworkappliance.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Network Appliances > New-VBRCloudProviderNetworkAppliance" dateModified: "2026-08-19" --- # New-VBRCloudProviderNetworkAppliance ## Short Description Creates a network extension appliance on the user side. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Vi
Hv
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Datastore |
Specifies the datastore where you want to create the VMware appliance. Accepts the |
|
False |
Named |
False |
|
DefaultGateway |
Specifies the default gateway. This gateway will be used by the appliance. |
|
False |
Named |
False |
|
EnableIpv4Interface |
Enables the IPv4 settings. If you provide this parameter, you will be able to specify the following settings.
Note:
|
|
False |
Named |
False |
|
EnableIpv6Interface |
Enables the IPv6 settings. If you provide this parameter, you will be able to specify the following settings.
Note:
|
|
False |
Named |
False |
|
Folder |
Specifies the folder where you want to create the Hyper-V appliance. |
|
False |
Named |
False |
|
IpAddress |
Specifies the IP address. This address will be assigned to the appliance. |
|
False |
Named |
False |
|
Ipv6Address |
Specifies the IPv6 address that you want to assign to the appliance. |
|
False |
Named |
False |
|
Ipv6DefaultGateway |
Specifies the IPv6 address of the default gateway. The appliance will use this IP address. |
|
False |
Named |
False |
|
Ipv6PrefixLength |
Specifies the length of an IPv6 prefix. |
|
False |
Named |
False |
|
Network |
Specifies the service provider network. The appliance will use this network to communicate between the user's production VMs and VM replicas on the cloud host. Accepts the |
|
False |
Named |
False |
|
ObtainIpAddressAutomatically |
Defines that the cmdlet will assign the IPv4 address automatically. |
|
False |
Named |
False |
|
ObtainIpv6AddressAutomatically |
Defines that the cmdlet will assign the IPv6 address automatically. |
|
False |
Named |
False |
|
ResourcePool |
Specifies the resource pool where you want to create the VMware appliance. Accepts the |
|
False |
Named |
False |
|
Server |
The ESXi or a Hyper-V host where the VMs you want to replicate locate. The network appliance will be created on this host. Accepts the |
|
True |
Named |
False |
|
SubnetMask |
Specifies the subnet mask. This subnet mask will be used by the appliance. |
|
False |
Named |
False |
|
VLanId |
Specifies the VLAN network provided to the user by the hardware plan. The appliance will use this VLAN to connect to the service provider network. |
|
False |
Named |
False |