Disable-VBRTapeLibraryMaintenance
Short Description
Disables the Maintenance mode for a tape library or a standalone tape drive.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRTapeLibraryMaintenance -Library <VBRTapeLibrary[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
The cmdlet disables the Maintenance mode for a tape library or a standalone tape drive.
Run the Enable-VBRTapeLibraryMaintenanceEnables the Maintenance mode for a tape library or a standalone tape drive. cmdlet to enable the Maintenance mode for a tape library or a standalone tape drive.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Library |
Specifies an array of tape libraries. The cmdlet will disable the Maintenance mode for this array of tape libraries.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Disabling Maintenance Mode for Tape Library
This example shows how to disable the Maintenance mode for the HP MSL G3 Series 5.30 tape library.
|
$library = Get-VBRTapeLibrary -Name "HP MSL G3 Series 5.30" Disable-VBRTapeLibraryMaintenance -Library $library |
Perform the following steps:
- Run the
Get-VBRTapeLibraryReturns tape libraries. cmdlet. Specify theNameparameter value. Save the result to the$libraryvariable. - Run the
Disable-VBRTapeLibraryMaintenancecmdlet. Set the$libraryvariable as theLibraryparameter value.
Related Commands
Get-VBRTapeLibraryReturns tape libraries.