--- title: "VEADExport" description: "Contains details about the export process for an Active Directory item. Property Type Description GUID Job ID. String Status of the export operation. Possible values: String Error or warning message triggered by unexpected conditions during restore." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/veadexport.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEADExport" dateModified: "2026-08-18" --- # VEADExport Contains details about the export process for an Active Directory item.

Property

Type

Description

JobId

GUID

Job ID.

Status

String

Status of the export operation. Possible values:

  • Created
  • Initializing
  • Running
  • Success
  • Canceling
  • Canceled
  • Failed
  • WaitingForRetry
  • Completed

ExceptionMessage

String

Error or warning message triggered by unexpected conditions during restore.

ExportPath

String

Destination path for the Active Directory object or container.

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