Get-VBRTapeMediaPoolOptions (obsolete)

Short Description

Returns settings of a selected media pool.

Note

This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions.

Platform: VMware, Hyper-V

Syntax

Get-VBRTapeMediaPoolOptions [-MediaPool] <CTapeMediaPool> [<CommonParameters>]

Detailed Description

This cmdlet returns settings applied to a selected media pool.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

MediaPool

Specifies the media pool for which you want to get the settings.

Accepts the MediaPool object. To get this object, run the Get-VBRTapeMediaPoolReturns media pools. cmdlet.

CTapeMediaPool

True

0

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Example 1. Getting Media Pool Settings

This example shows how to get settings of the Weekly media pool.

$mediapool = Get-VBRTapeMediaPool -Name "Weekly"

Get-VBRTapeMediaPoolOptions -MediaPool $mediapool

Perform the following steps:

  1. Run the Get-VBRTapeMediaPoolReturns media pools. cmdlet. Specify the Name parameter value. Save the result to the $mediapool variable.
  2. Run the Get-VBRTapeMediaPoolOptions cmdlet. Set the $mediapool variable as the MediaPool parameter value.

Get-VBRTapeMediaPoolReturns media pools.

Page updated 2026-08-19

Page content applies to build 13.1.1.18