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

Enable-VBRRepositoryExtentMaintenanceMode

Short Description

Enables maintenance mode for an extent of a scale-out backup repository.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus

Syntax

Enable-VBRRepositoryExtentMaintenanceMode -Extent <VBRRepositoryExtent[]> [-RunAsync]  [<CommonParameters>]

Detailed Description

This cmdlet enables maintenance mode for a selected extent or extents of scale-out backup repositories.

With one command, you can switch to maintenance mode multiple extents: the extents can be of mixed policies and belong to several scale-out repositories.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Extent

Specifies the array of scale-out repository extents. The cmdlet will enable the maintenance mode for these extents.

Accepts extents with different policies and of different scale-out repositories.

Accepts VBRRepositoryExtent, ID or string (name of the backup repository that is used as extent) types.

True

Named

True (ByValue,
ByProperty
Name)

True (for string)

RunAsync

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

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRSession

Related Commands

Get-VBRRepositoryExtent