--- title: "New and Updated Cmdlets" description: "This section contains information on new and updated Veeam Explorers PowerShell cmdlets in Veeam Backup & Replication 13.1." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/new_updated_cmdlets_13.1.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Changelog > v13.1 Changelog > New and Updated Cmdlets" dateModified: "2026-08-18" --- # New and Updated Cmdlets This section contains information on new and updated Veeam Explorers PowerShell cmdlets in Veeam Backup & Replication 13.1. ## Veeam Explorer for Microsoft Active Directory In Veeam Backup & Replication 13.1, new cmdlets were added to the Veeam Explorer for Microsoft Active Directory PowerShell module. These cmdlets use the *Veeam Explorers Recovery Service* to orchestrate recovery operations for backed-up Microsoft Active Directory databases. This job-based workflow (Start/Get/Stop) replaces the previous synchronous restore-session cmdlets, which are now deprecated. For more information, see [Deprecated Cmdlets](deprecated_cmdlets_13.1.md). ::: dropdown ### New Cmdlets

Cmdlet

Operation

Start-VEADItemExport

Exports backed-up Active Directory objects and containers.

Get-VEADItemExport

Returns information about the export process for Active Directory objects and containers.

Stop-VEADItemExport

Stops the export process for an Active Directory object or container.

Start-VEADItemRestore

Restores backed-up Active Directory objects and containers.

Get-VEADItemRestore

Returns information about the restore process for Active Directory objects and containers.

Stop-VEADItemRestore

Stops the restore process for an Active Directory object or container.

Start-VEADRestoreSessionJob

Starts a restore session to explore backed-up Microsoft Active Directory databases and to perform operations with these databases.

Get-VEADRestoreSessionJob

Returns active restore sessions started to perform operations with backed-up Microsoft Active Directory databases.

::: ::: dropdown ### Updated Cmdlets

Cmdlet

Operation

Get-VEADADContainer

Parameter added: Session

::: ## Veeam Explorer for PostgreSQL In Veeam Backup & Replication 13.1, new cmdlets were added to the Veeam Explorer for PostgreSQL PowerShell module, and existing cmdlets were updated with new parameters. These changes include database-level restore for Linux-based PostgreSQL machines and the ability to restore, instantly recover and publish instances to Windows-based target servers. ::: dropdown ### New Cmdlets

Cmdlet

Operation

Start-VEPSQLDatabaseRestore

Restores a backed-up PostgreSQL database.

Get-VEPSQLDatabaseRestore

Returns information about the restore process for backed-up PostgreSQL database.

Stop-VEPSQLDatabaseRestore

Stops a restore job for a backed-up PostgreSQL database.

New-VEPSQLInstanceCredentials

Creates a PostgreSQL credential object to authenticate to a PostgreSQL database.

::: ::: dropdown ### Updated Cmdlets

Cmdlet

Operation

Start-VEPSQLDatabaseExport

Parameters added: WindowsStagingCredentials, WindowsTargetHost. The LinuxTargetHost parameter is now required.

Start-VEPSQLInstanceInstantRecovery

Parameter added: WindowsCredentials

Start-VEPSQLInstancePublish

Parameter added: WindowsCredentials. The LinuxCredentials parameter is now optional.

Start-VEPSQLInstanceRestore

Parameter added: WindowsCredentials. The LinuxCredentials parameter is now required.

::: ## Veeam Explorer for Microsoft SQL Server In Veeam Backup & Replication 13.1, new cmdlets were added to the Veeam Explorer for Microsoft SQL Server PowerShell module. These cmdlets use the *Veeam Explorers Recovery Service* to orchestrate recovery operations, replacing the previous synchronous cmdlets that are now deprecated. For more information, see [Deprecated Cmdlets](deprecated_cmdlets_13.1.md). New cmdlets also add support for restoring Microsoft SQL Server databases running on Amazon RDS. Existing cmdlets were also updated to support Group Managed Service Account (gMSA) authentication. ::: dropdown ### New Cmdlets

Cmdlet

Operation

Start-VESQLDatabaseExport

Exports a backed-up Microsoft SQL Server database.

Get-VESQLDatabaseExport

Returns Microsoft SQL Server databases with ongoing export jobs.

Stop-VESQLDatabaseExport

Stops an active export job for a Microsoft SQL Server database.

Start-VESQLDatabasePublish

Publishes a backed-up Microsoft SQL Server database.

Get-VESQLDatabasePublish

Returns active publishing jobs for backed-up Microsoft SQL Server databases.

Stop-VESQLDatabasePublish

Unpublishes a Microsoft SQL Server database from the target server.

Start-VESQLDatabaseRestore

Restores a backed-up Microsoft SQL Server database.

Get-VESQLDatabaseRestore

Returns active restore jobs for Microsoft SQL Server databases.

Stop-VESQLDatabaseRestore

Stops a restore job for a Microsoft SQL Server database.

Start-VESQLPublishedDatabaseExport

Exports a published Microsoft SQL Server database.

Start-VESQLRDSRestoreSession

Starts a restore session to explore and restore backed-up Microsoft SQL Server databases running on Amazon RDS.

Get-VESQLRDSRestoreSession

Returns active restore sessions started to explore and restore backed-up Microsoft SQL Server databases running on Amazon RDS.

Stop-VESQLRDSRestoreSession

Stops an active restore session started to explore and restore backed-up Microsoft SQL Server databases running on Amazon RDS.

Get-VESQLRDSDatabase

Returns backed-up Microsoft SQL Server databases running on Amazon RDS.

Get-VESQLRDSDatabaseFile

Returns database files for a backed-up Microsoft SQL Server database running on Amazon RDS.

Get-VESQLRDSRestorePoint

Returns restore points for a backed-up Microsoft SQL Server database running on Amazon RDS.

Start-VESQLRDSDatabaseRestore

Restores a backed-up Microsoft SQL Server database running on Amazon RDS to an on-premise Microsoft SQL Server machine.

Get-VESQLRDSDatabaseRestore

Returns active restore jobs for backed-up Microsoft SQL Server databases running on Amazon RDS.

Stop-VESQLRDSDatabaseRestore

Stops a restore job for a backed-up Microsoft SQL Server database running on Amazon RDS.

::: ::: dropdown ### Updated Cmdlets

Cmdlet

Operation

Restore-VESQLIRDatabase

Parameter added: GMSAAccount. The SqlCredentials parameter is now required.

Start-VESQLPluginDatabaseRestore

Parameter added: GMSAAccount. The SqlCredentials parameter is now required, and the QuickRecovery parameter is now optional.

:::