Gets media sets in Backup Exec.
Gets media sets in Backup Exec.
Without parameters, Get-BEMediaSet gets all of the Backup Exec
media sets. You can also specify a media set by media set name or
media set ID (Guid) or pass a Backup Exec media set object through
the pipeline to Get-BEMediaSet.
Specifies one or more media vault objects to filter the media
set. Enter a variable that contains the objects, or type a command
or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more media sets by media set name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more media sets by media set ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more media set objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec media vault object to filter media sets returned by Get-BEMediaSet.
You can pipe a System.Guid that contains the ID of a Backup Exec media set object to Get-BEMediaSet.
You can pipe a Backup Exec media set object to Get-BEMediaSet.
Get-BEMediaSet returns objects that represent Backup Exec media sets.
This command gets all of the media sets.
This command gets the media sets named "MediaSet 01".
This command gets all of the media sets that match the wildcard "*mediaset*".