--- title: "VEMDBRestore" description: "Contains details about a Veeam Explorer for MongoDB restore job. Property Type Description GUID Restore job ID. String Restore job status. Possible values: String Error or warning message triggered by unexpected conditions during restore." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vemdbrestore.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEMDBRestore" dateModified: "2026-08-18" --- # VEMDBRestore Contains details about a Veeam Explorer for MongoDB restore job.

Property

Type

Description

JobId

GUID

Restore job ID.

Status

String

Restore job status. Possible values:

  • Starting
  • Running
  • Success
  • Cancelling
  • Cancelled
  • Failed

ExceptionMessage

String

Error or warning message triggered by unexpected conditions during restore.

## Related Commands - [`Start-VEMDBDataRestore`](start-vemdbdatarestore.md) - [`Get-VEMDBDataRestore`](get-vemdbdatarestore.md) - [`Stop-VEMDBDataRestore`](stop-vemdbdatarestore.md)