Backup Exec Management Command Line Interface Help
Remove-BEMediaSet Cmdlet
Synopsis

Removes media sets from Backup Exec.

Syntax
Remove-BEMediaSet -InputObject [<BEMediaSet[]>] [-PassThru [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Removes media sets from Backup Exec.

You cannot remove system-defined media sets.

Parameters

-PassThru <SwitchParameter>

Passes the removed object to the pipeline. By default, this cmdlet does not generate any output.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-InputObject <BEMediaSet[]>

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


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEMediaSet

You can pipe a Backup Exec media set object to Remove-BEMediaSet.

Return Value
None or BackupExec.Management.CLI.BEMediaSet

When you use the PassThru parameter, Remove-BEMediaSet returns an object that represents the media set that was removed. Otherwise, this cmdlet does not generate any output.

Example
C:\PS> Get-BEMediaSet "MediaSet 0001" | Remove-BEMediaSet

These commands remove a media set named "MediaSet 0001".

Related Link

Get-BEMediaSet