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

Removes legacy backup-to-disk folder devices from Backup Exec.

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

Removes legacy backup-to-disk folder devices from Backup Exec.

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 <BELegacyBackupToDiskFolderDevice[]>

Specifies one or more legacy backup-to-disk folder device 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.BELegacyBackupToDiskFolderDevice

You can pipe a legacy backup-to-disk folder device object to Remove-BELegacyBackupToDiskFolderDevice.

Return Value
None or BackupExec.Management.CLI.BELegacyBackupToDiskFolderDevice

When you use the PassThru parameter, Remove-BELegacyBackupToDiskFolderDevice returns an object that represents the legacy backup-to-disk folder device that was removed. Otherwise, this cmdlet does not generate any output.

Example
C:\PS> Get-BELegacyBackupToDiskFolderDevice "Device 0001" | Remove-BELegacyBackupToDiskFolderDevice

These commands remove a legacy backup-to-disk folder device named "Device 0001".

Related Link

Get-BELegacyBackupToDiskFolderDevice