Get-VBRWANAccelerator
Short Description
Returns WAN accelerators.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
| Get-VBRWANAccelerator [-Name <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 | Type | Required | Position | Accept | 
|---|---|---|---|---|---|
| Name | Specifies the array of WAN accelerator names. The cmdlet will return WAN accelerators with these names. | String[] | False | Named | False | 
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting All WAN Accelerators
| This command looks for the list of all WAN accelerators. 
 | 
Example 2. Getting WAN Accelerator by Name
| This command looks for WAN accelerators with the names starting with WAN. 
 |