--- title: "Get-VBRApplicationBackupSnapshot" 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." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrapplicationbackupsnapshot.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Application Backup Repositories > Get-VBRApplicationBackupSnapshot" dateModified: "2026-08-19" --- # 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)
Id
Repository
|
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) |