--- title: "Updated Cmdlets" description: "This section contains information on cmdlets updated in Veeam PowerShell v12.3.1. In this version, you can use new parameter set to add Veeam Data Cloud Vault using a subscription." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/updated_cmdlets_12.3.1.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Changelog > 12.3.1 Changelog > Updated Cmdlets" dateModified: "2026-08-19" --- # Updated Cmdlets This section contains information on cmdlets updated in Veeam PowerShell v12.3.1. ## Backup Infrastructure ### Object Storage Repositories In this version, you can use new parameter set to add Veeam Data Cloud Vault using a subscription. ::: dropdown ### Updated Cmdlets

Cmdlet

Operation

Add-VBRDataCloudVaultRepository

New parameter set added: Add-VBRDataCloudVaultRepository [-Name <String>] [-Description <String>] [-Vault <VBRVeeamDataCloudAssignedVault>] [-Folder <String>] [-GatewayServer <CHost[]>] [-ConnectionType <VBRRepositoryConnectionType>] [-EnableSizeLimit] [-SizeLimit <Int32>] [-ImmutabilityPeriod <Int32>] [-MountServerOptions <VBRRepositoryMountServerOptions>] [-EnableConcurrentTasksLimit] [-MaxConcurrentTasks <Int32>] [-ForceOwnershipChange] [-Force] [<CommonParameters>]

::: ## Backup ### Managing Backups In this version, Cloud Connect backups are removed when using the `FromDisk` parameter of the `Remove-VBRBackup` cmdlet. ::: dropdown ### Updated Cmdlets

Cmdlet

Operation

Remove-VBRBackup

Parameter Updated: FromDisk parameter also removes Cloud Connect backups.

:::