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

Set-VBRTapeMediaPoolOptions (obsolete)

Short Description

Modifies media pool options.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Set-VBRTapeMediaPoolOptions [-MediaPool] <CTapeMediaPool> [-Options] <PSMediaPoolOptions> [<CommonParameters>]

Detailed Description

Modifies media pool options.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

MediaPool

Specifies the media pool that you want to modify.

Accepts the CTapeMediaPool object. To create this object, run the Get-VBRTapeMediaPool cmdlet.

True

0

True (ByValue, ByPropertyName)

Options

Specifies the media pool options. The cmdlet will modify these options.

Accepts the PSMediaPoolOptions object. To create this object, run the  cmdlet.

True

1

False

<CommonParameters>

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

Related Commands

Get-VBRTapeMediaPool