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