This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRWANAccelerator

Short Description

Returns WAN accelerators.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise Plus

Syntax

Get-VBRWANAccelerator [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet gets WAN accelerators managed by Veeam Backup & Replication.

WAN accelerator is an architecture component that optimizes file transfer via WAN by means of data deduplication. The role of a WAN accelerator can be assigned to a dedicated Windows-based machine (physical or virtual). For best performance you should set a WAN accelerator on both source and target sides.

You can get the list of all WAN accelerators, or search for instances directly by name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of WAN accelerator names. The cmdlet will return WAN accelerators with these names.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example 1

This command looks for the list of all WAN accelerators.

Get-VBRWANAccelerator

Example 2

This command looks for WAN accelerators with the names starting with "WAN".

Get-VBRWANAccelerator -Name WAN*