--- title: "VEADRestore" description: "Contains details about the restore process for an Active Directory item. Property Type Description GUID Restore job ID. String? DNS name or IP address of the target server. String? Destination container. String Status of the restore job operation." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/veadrestore.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEADRestore" dateModified: "2026-08-18" --- # VEADRestore Contains details about the restore process for an Active Directory item.

Property

Type

Description

Id

GUID

Restore job ID.

Server

String?

DNS name or IP address of the target server.

TargetContainer

String?

Destination container.

Status

String

Status of the restore job operation. Possible values:

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

ExceptionMessage

String

Error or warning message triggered by unexpected conditions during restore.

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