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
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
MediaPool |
Specifies the media pool for which you want to get the settings.
Accepts the |
|
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:
- Run the
Get-VBRTapeMediaPoolReturns media pools. cmdlet. Specify theNameparameter value. Save the result to the$mediapoolvariable. - Run the
Get-VBRTapeMediaPoolOptionscmdlet. Set the$mediapoolvariable as theMediaPoolparameter value.
Related Commands
Get-VBRTapeMediaPoolReturns media pools.