Get-VBRDiscoveredComputerBackup
Short Description
Returns backups of discovered computers.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Computer (Default)Get-VBRDiscoveredComputerBackup -Computer <VBRDiscoveredComputer> [<CommonParameters>]
-
BackupGet-VBRDiscoveredComputerBackup -Backup <VBRBackup> [<CommonParameters>]
Detailed Description
This cmdlet returns backups of discovered computers created with Veeam Agent backup policies. You can get all backups that a specific discovered computer can access, or get the discovered computers that have permission to access a specific backup.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the backup. The cmdlet returns the discovered computers that have permission to access this backup.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Computer |
Specifies the discovered computer whose backups you want to get.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns an array of VBRDiscoveredComputerBackup objects that represent backups of discovered computers.
Examples
Example 1. Getting Backups of Discovered Computer
|
This example shows how to get all the backups that a discovered computer can access.
Perform the following steps:
|
Example 2. Getting Discovered Computers with Access to Backup
|
This example shows how to get a backup and return which discovered computers have permission to access this backup.
Perform the following steps:
|
Related Commands
Get-VBRDiscoveredComputerReturns discovered computers.Get-VBRBackupReturns backups.