--- title: "Enable-VBRCatalystCopyJob (obsolete)" description: "This cmdlet enables backup copy jobs for HPE StoreOnce repositories. Run the Disable-VBRCatalystCopyJob cmdlet to disable backup copy jobs for HPE StoreOnce repositories." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/enable-vbrcatalystcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Enable-VBRCatalystCopyJob (obsolete)" dateModified: "2026-08-19" --- # Enable-VBRCatalystCopyJob ## Short Description Enables backup copy jobs for HPE StoreOnce repositories. ::: note This cmdlet is obsolete. Run the [`Enable-VBRStorageCopyJob`](enable-vbrstoragecopyjob.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Detailed Description This cmdlet enables backup copy jobs for HPE StoreOnce repositories. Run the [`Disable-VBRCatalystCopyJob`](disable-vbrcatalystcopyjob.md) cmdlet to disable backup copy jobs for HPE StoreOnce repositories. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRCatalystCopyJob` object that contains settings of backup copy jobs for HPE StoreOnce repositories. ## Examples ::: example ### Enabling Backup Copy Job for HPE StoreOnce Repository This example shows how to enable the `StoreOnce copy job` backup copy job for an HPE StoreOnce repository. ``` $job = Get-VBRCatalystCopyJob -Name "StoreOnce copy job" Enable-VBRCatalystCopyJob -Job $job ``` Perform the following steps: 1. Run the [`Get-VBRCatalystCopyJob`](get-vbrcatalystcopyjob.md) cmdlet. Specify the `Name` parameter value. Save the result to the `$job` variable. 2. Run the `Enable-VBRCatalystCopyJob` cmdlet. Set the `$job` variable as the `Job` parameter value. ::: ## Related Commands [`Get-VBRCatalystCopyJob`](get-vbrcatalystcopyjob.md)