--- title: "Get-VBRCatalystCopyJob (obsolete)" description: "This cmdlet returns backup copy jobs for HPE StoreOnce repositories." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcatalystcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VBRCatalystCopyJob (obsolete)" dateModified: "2026-08-19" --- # Get-VBRCatalystCopyJob ## Short Description Returns backup copy jobs for HPE StoreOnce repositories. ::: note This cmdlet is obsolete. Run the [`Get-VBRStorageCopyJob`](get-vbrstoragecopyjob.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Detailed Description This cmdlet returns 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 ### Example 1. Getting Backup Copy Job for HPE StoreOnce Repository by Name This command returns the `StoreOnce copy job` backup copy job for an HPE StoreOnce repository. ``` Get-VBRCatalystCopyJob -Name "StoreOnce copy job" ``` ::: ::: example ### Example 2. Getting Backup Copy Job for HPE StoreOnce Repositories by ID This command returns the `cc20878e-614a-4e28-b00b-d2434bae15d7` backup copy job for an HPE StoreOnce repository. ``` Get-VBRCatalystCopyJob -Id "cc20878e-614a-4e28-b00b-d2434bae15d7" ``` :::