--- title: "Start-VBRZip" description: "Performs VeeamZIP on the selected VM. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet performs VeeamZIP backup of the selected VM" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrzip.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > VeeamZIP > Start-VBRZip" dateModified: "2026-08-19" --- # Start-VBRZip ## Short Description Performs VeeamZIP on the selected VM. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
BackupRepository
Folder
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AutoDelete |
Specifies the retention settings for the created VeeamZIP file:
Note: Use this parameter if the |
|
False |
Named |
False |
|
BackupRepository |
Specifies the backup repository where you want to save the backup file. If none is specified, the default repository will be used. Note: The cmdlet will not run if you do not specify either the Accepts the |
|
False |
Named |
False |
|
Compression |
Specifies then integer number corresponding to the desired compression level:
|
|
False |
Named |
False |
|
DisableQuiesce |
Defines that the cmdlet will back up VM without using the quiescence mechanisms. If you provide this parameter, you will be able to create a crash-consistent backup of the target VM. Otherwise, the applications that run on the target VM will be quiesced to provide transactionally consistent backup. |
|
False |
Named |
False |
|
EncryptionKey |
Specifies the encryption key you want to use to encrypt the created VeeamZIP file. |
False |
Named |
False |
|
|
Entity |
Specifies the array of VMs for which you want to create a VeeamZIP file. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Folder |
Specifies the full path to the folder on the server where you want to store the created backup file. If omitted, the created backup file will be saved to the C:\\backup folder on the Veeam Backup server. Note: The cmdlet will not run if you do not specify either the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will perform backup even if the geographic location of VMs and the target backup repository location do not match. |
|
False |
Named |
False |
|
KMSServer |
Specifies the KMS server you want to use to encrypt the data. Accepts the To get this object, run the |
False |
Named |
False |
|
|
NetworkCredentials |
Specifies the credentials you want to use for authenticating with the shared folder. Accepts the |
|
False |
Named |
False |
|
RetentionNumber |
For the Specifies the period of time to keep the VeeamZIP backups. After this period finishes, Veeam Backup & Replication will remove data. |
|
False |
Named |
False |
|
RetentionPeriodType |
Specifies the type of the retention policy. You can set the following types:
Use the Note: Use this parameter if the |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |