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

Disable-VBRRepositoryExtentMaintenanceMode

In this article

    Short Description

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

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

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

    Related Commands

    Get-VBRRepositoryExtent

    Return Type

    VBRSession

    Detailed Description

    This cmdlet disables maintenance mode for a selected extent or extents of scale-out backup repositories. You can disable the maintenance mode that was enabled with Enable-VBRRepositoryExtentMaintenanceMode. When you disable the maintenance mode, the extent(s) return to normal operation.

    With one command, you can disable the maintenance mode for multiple extents.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Extent

    Specifies the scale-out repository extent that you want to turn into the maintenance mode. You can pass multiple extents with different policies and of different scale-out repositories.

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

    You can assign multiple extents to this object.

    True

    Named

    True (by Value
    FromPipeline, ValueFromPipeline
    ByPropertyName)

    True (for string type)

    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 about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.