Remove-VBRTapeMediaPool
Short Description
Removes media pool.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Related Commands
Return Type
None
Detailed Description
This cmdlet removes a selected media pool from Veeam Backup & Replication.
|
Removing media pools has the following restrictions:
|
Parameters
Parameter | Description | Required | Position | Accept | Accept |
MediaPool | Specifies the media pool(s) you want to remove. You can assign multiple media pools to this object. Accepts VBRTapeMediaPool object, GUID or string type. | True | Named | True (by Value | False |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | 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.
Example 1
This command removes the media pool named "Winserver MediaPool". The media pool is obtained with Get-VBRTapeMediaPool and piped down.
Example 2
This command removes the media pool represented by the $pool variable. The media pool is obtained with Get-VBRTapeMediaPool and assigned to $pool variable beforehand.