Gets legacy backup-to-disk folders in Backup Exec.
Gets legacy backup-to-disk folders in Backup Exec.
Without parameters, Get-BELegacyBackupToDiskFolderDevice gets all
of the legacy backup-to-disk folders. You can also specify a
specific legacy backup-to-disk folder by the folder name or the
folder ID (Guid) or pass a folder object through the pipeline to
Get-BELegacyBackupToDiskFolderDevice.
Specifies one or more Backup Exec server objects to filter the
legacy backup-to-disk folders. 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 legacy backup-to-disk folder devices by legacy backup-to-disk folder device 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 legacy backup-to-disk folder devices by legacy backup-to-disk folder device 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 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 |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec server object to filter legacy backup-to-disk folder devices returned by Get-BELegacyBackupToDiskFolderDevice.
You can pipe a System.Guid that contains the ID of a Backup Exec legacy backup-to-disk folder device object to Get-BELegacyBackupToDiskFolderDevice.
You can pipe a Backup Exec legacy backup-to-disk folder device object to Get-BELegacyBackupToDiskFolderDevice.
Get-BELegacyBackupToDiskFolderDevice returns objects that represent Backup Exec legacy backup-to-disk folder devices.
This command gets all of the legacy backup-to-disk folder devices.
This command gets the legacy backup-to-disk folder device named "Device 01".
This command gets all of the legacy backup-to-disk folder devices that match the wildcard "Device*".
This command gets all of the legacy backup-to-disk folder devices attached to the local Backup Exec server.