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

Get-VBRWANAccelerator

In this article

    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 name(s) of the WAN accelerator, or search conditions.

    You can specify multiple names separated by commas.

    False

    Named

    False

    True

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    Example 1

    This command looks for the list of all WAN accelerators.

    PS C:\PS> Get-VBRWANAccelerator

    Example 2

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

    PS C:\PS> Get-VBRWANAccelerator -Name WAN*