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

New-VBRTapeGFSMediaSetPolicy

In this article

    Short Description

    Creates a new VBRTapeGFSMediaSetPolicy object.

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    New-VBRTapeGFSMediaSetPolicy [-Medium <VBRTapeMedium[]>] [-MoveFromMediaPoolAutomatically] [-Name <string>] [-AppendToCurrentTape] [-MoveOfflineToVault] [-Vault <VBRTapeVault>]  [<CommonParameters>]

    Related Commands

    Get-VBRTapeMedium

    Get-VBRTapeVault

    Return Type

    VBRTapeGFSMediaSetPolicy

    Detailed Description

    This cmdlet creates a new VBRTapeGFSMediaSetPolicy object. This object contains advanced GFS media set options and is used to apply these options to a GFS media pool.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Medium

    Specifies the tape(s) you want to add to the media set.

    You can assign multiple tapes to this object.

    Accepts  VBRTapeMedium  object, GUID or string type.

    False

    Named

    False

    False

    MoveFrom
    MediaPool
    Automatically

    If set, the media set will be replenished by tapes from the parent media pool.

    False

    Named

    False

    False

    Name

    Specifies the name that must be used for creating media set.

    False

    Named

    False

    False

    AppendTo
    CurrentTape

    Indicates if the new data is appended to the tape with previously written data.

    If set to false, a new tape is used for each backup set.

    False

    Named

    False

    False

    MoveOffline
    ToVault

    Indicates that the tapes that go offline must be automatically moved to a vault.

    Use the Vault parameter to specify the vault to which you want to move the tapes from this media set.

    False

    Named

    False

    False

    Vault

    Used to set vault for the MoveOfflineToVault parameter.

    Specifies the vault to which you want to automatically move the tapes. You can use one vault for several media pools.

    Accepts VBRTapeVault object, GUID or string type.

    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.