--- title: "Start-VBRConfigurationBackupJob" description: "This cmdlet starts the configuration backup job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrconfigurationbackupjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Configuration Backup > Start-VBRConfigurationBackupJob" dateModified: "2026-08-19" --- # Start-VBRConfigurationBackupJob ## Short Description Starts the configuration backup job. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Start-VBRConfigurationBackupJob [-RunAsync] [] ``` ## Detailed Description This cmdlet starts the configuration backup job. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

`` 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 [`VBRSession`](vbrsession.md) ## Examples ::: example ### Starting Configuration Backup Job in RunAsync Mode This command starts the configuration backup job in the RunAsync mode. ``` Start-VBRConfigurationBackupJob -RunAsync ``` :::