--- title: "Publish-VBRCloudArchiveRestorePoint" description: "This cmdlet retrieves tenant data from archive storage and places them in the capacity tier of scale-out backup repository." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/publish-vbrcloudarchiverestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Scale-Out Backup Repositories > Archive Tier > Publish-VBRCloudArchiveRestorePoint" dateModified: "2026-08-19" --- # Publish-VBRCloudArchiveRestorePoint ## Short Description Retrieves tenant data from archive storage. **Product Edition**: Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AmazonGlacierStorage
AzureArchiveStorage
S3GlacierCompatible
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AmazonS3GlacierRetrievalPolicy |
Defines the method of data retrieval for Amazon S3 Glacier object storage. You can retrieve data using one of the following method:
|
|
True |
Named |
False |
|
AvailabilityPeriodDays |
Specifies a period in days during which the retrieved archive backup files will be available. |
|
True |
Named |
False |
|
AzureArchiveRetrievalPolicy |
Defines the method of data retrieval for Azure Archive storage. You can retrieve data using one of the following method:
|
|
True |
Named |
False |
|
EnableExpirationNotification |
Enables sending of notification about upcoming expiration of the retrieved archive backup files availability. Default: |
|
False |
Named |
False |
|
ExpirationHoursThreshold |
For the |
|
False |
Named |
False |
|
RestorePoint |
Specifies a restore point of tenant backups which you want to retrieve. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
S3GlacierCompatibleRetrievalPolicy |
Defines the method of data retrieval for S3 compatible object storage with data archiving. You can retrieve data using one of the following method:
|
|
True |
Named |
False |