Get-VBRApplicationBackupSnapshot
Short Description
Returns application backup snapshots.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRApplicationBackupSnapshot [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRApplicationBackupSnapshot -Id <Guid[]> [<CommonParameters>]
-
RepositoryGet-VBRApplicationBackupSnapshot -Repository <VBRApplicationBackupRepository> [<CommonParameters>]
Detailed Description
This cmdlet returns application backup repository snapshots. You can get snapshots by name, ID, or application backup repository. If you run the cmdlet without parameters, it will return all application backup repository snapshots.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for application backup snapshots. The cmdlet will return the snapshots with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of names of application backup snapshots. The cmdlet will return snapshots with these names. |
|
False |
Named |
False |
|
Repository |
Specifies the application backup repository. The cmdlet will return snapshots stored in this repository.
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 the VBRApplicationBackupSnapshot object that contains information about the application backup snapshot.
Examples
Example 1: Getting Application Backup Snapshots by Name
|
This command gets an application backup repository snapshot by its name.
|
Example 2: Getting Application Backup Snapshots by ID
|
This command gets an application backup repository snapshot by its ID.
|
Example 3: Getting Application Backup Snapshots by Repository
|
This example shows how to get snapshots for the
Perform the following steps:
|
Related Commands
Get-VBRApplicationBackupRepositoryReturns application backup repositories.