--- title: "Get-VBRConfigurationBackupJob" description: "Returns the configuration backup job. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns the configuration backup job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrconfigurationbackupjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Configuration Backup > Get-VBRConfigurationBackupJob" dateModified: "2026-08-19" --- # Get-VBRConfigurationBackupJob ## Short Description Returns the configuration backup job. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRConfigurationBackupJob [] ``` ## Detailed Description This cmdlet returns the configuration backup job. ## 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 [`VBRConfigurationBackupJob`](vbrconfigurationbackupjob.md) ## Examples ::: example ### Getting Configuration Backup Job This command returns the configuration backup job. ``` Get-VBRConfigurationBackupJob ``` :::