Clear-VBRWANCache
Short Description
Removes data from WAN accelerator global cache.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
Clear-VBRWANCache -Accelerator <CWanAccelerator> [<CommonParameters>] |
Detailed Description
This cmdlet clears WAN accelerator global cache.
You may need to clear the global cache, for example, if the data gets corrupted.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Accelerator | Specifies the WAN accelerator. The cmdlet will clear cache of this accelerator. | Accepts the CWanAccelerator object. To get this object, run the Get-VBRWANAccelerator cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Creating WAN Accelerator [Using Pipeline]
This example shows how to clear cache of the WAN 01 WAN accelerator.
Perform the following steps:
|
Example 2. Creating WAN Accelerator [Using Variable]
This example shows how to clear cache of the WAN 01 WAN accelerator.
Perform the following steps:
|
Related Commands