Disable-VBRCapacityExtentSealedMode
Short Description
Disable Sealed mode for capacity extents.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRCapacityExtentSealedMode -CapacityExtent <VBRCapacityExtent[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet disables Sealed mode for capacity extents of the scale-out backup repository.
Run the Enable-VBRCapacityExtentSealedModeEnables Sealed mode for capacity extents. cmdlet to enable the Sealed mode for capacity extents of the scale-out backup repository.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CapacityExtent |
Specifies a capacity extents of scale-out backup repository. The cmdlet will disable Sealed mode for the specified capacity extent.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Disabling Sealed Mode for Capacity Extent
This example shows how to enable Sealed mode for the specified capacity extent of the scale-out backup repository.
|
$repository = Get-VBRBackupRepository -ScaleOut $extent = Get-VBRCapacityExtent Disable-VBRCapacityExtentSealedMode -CapacityExtent $extent |
Perform the following steps:
- Run the
Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet. Provide theScaleOutparameter. Save the result to the$repositoryvariable. - Run the
Get-VBRCapacityExtentReturns the capacity extents. cmdlet. Save the result to the$extentvariable. - Run the
Disable-VBRCapacityExtentSealedModecmdlet. Set the$extentvariable as theCapacityExtentparameter value.
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRCapacityExtentReturns the capacity extents.