Disable-VBRArchiveExtentSealedMode

Short Description

Disables the Sealed mode for the archive extent.

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

Disable-VBRArchiveExtentSealedMode -ArchiveExtent <VBRArchiveExtent[]> [-RunAsync] [<CommonParameters>]

Detailed Description

This cmdlet disables the Sealed mode for the archive extent of the scale-out backup repository.

Run the Enable-VBRArchiveExtentSealedModeEnables the Sealed mode for the archive extent. cmdlet to enable the Sealed mode.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ArchiveExtent

Specifies the archive extent.The cmdlet will disable the Sealed mode for this extent.

Accepts the VBRArchiveExtent object. To get this object, run the Get-VBRArchiveExtentReturns the archive extent. cmdlet.

VBRArchiveExtent[]

True

Named

True (ByPropertyName, ByValue)

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRSession

Examples

Disabling Sealed Mode for Archive Extent

This example shows how to disable Sealed mode for the specified archive extent of the scale-out backup repository.

$repository = Get-VBRBackupRepository -ScaleOut

$extent = Get-VBRArchiveExtent -Repository $repository

Disable-VBRArchiveExtentSealedMode -ArchiveExtent $extent

Perform the following steps:

  1. Run the Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet. Provide the ScaleOut parameter. Save the result to the $repository variable.
  2. Run the Get-VBRArchiveExtentReturns the archive extent. cmdlet. Set the $repository variable as the Repository parameter value. Save the result to the $extent variable.
  3. Run the Disable-VBRArchiveExtentSealedMode cmdlet. Set the $extent variable as the ArchiveExtent parameter value.

Page updated 2026-08-19

Page content applies to build 13.1.1.18