--- title: "Set-VBRImmutabilityLockExpirationDate" description: "Modifies immutability period of restore points located in a hardened repository. This cmdlet does not support the following types of restore points: Restore points created by unstructured data source jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrimmutabilitylockexpirationdate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Backup Repositories > Set-VBRImmutabilityLockExpirationDate" dateModified: "2026-08-19" --- # Set-VBRImmutabilityLockExpirationDate ## Short Description Modifies immutability period of restore points located in a hardened repository. ::: important This cmdlet does not support the following types of restore points: - Restore points created by [unstructured data source jobs](working_unstructured_source.md). - Restore points created by [application backup policies](plugin_management.md). - Restore points for transaction logs. ::: **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ExpirationDate (Default)
Reset
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ExpirationDate |
Specifies a date when Veeam Backup & Replication is allowed to remove restore points from a hardened repository with immutability. |
|
True |
Named |
False |
|
RestorePoint |
Specifies a restore point from a backup chain. The cmdlet modifies the immutability period for the specified restore point and propagates the new value across the active backup chain. Accepts the COib[] object. To create this object, run the Get-VBRRestorePoint cmdlet. |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
ToOriginal |
Defines that the cmdlet will reset the immutability period of restore points to their original value. If you provide this value, the cmdlet will set the immutability to the maximum time period that is available for the hardened repository. Default: False. |
|
True |
Named |
False |