Gets media in Backup Exec.
Gets media in Backup Exec.
Without parameters, Get-BEMedia gets all of the Backup Exec media.
You can also specify a media by media name or media ID (Guid) or
pass a Backup Exec media object through the pipeline to
Get-BEMedia.
Specifies one or more media set objects to filter the media.
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 vault objects to filter the media.
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 by media 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 by media 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 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 set object to filter media returned by Get-BEMedia.
You can pipe a Backup Exec media vault object to filter media returned by Get-BEMedia.
You can pipe a System.Guid that contains the ID of a Backup Exec media object to Get-BEMedia.
You can pipe a Backup Exec media object to Get-BEMedia.
Get-BEMedia returns objects that represent Backup Exec media.
This command gets all of the media.
This command gets the media named "Media 01".
This command gets all of the media that match the wildcard "*media*".
These commands get all of the media associated with the media set named "MediaSet 01".
These commands get all of the media associated with the media vault named "MediaVault 01".