This is an archive version of the document. To get the most up-to-date information, see the current version.

Start-VBOExchangeItemRestoreSession

Short Description

Starts restore sessions to explore backed-up Microsoft Exchange objects and to perform operations with them.

Applies to

Veeam Backup for Microsoft 365

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Explore or restore Microsoft Exchange objects from the latest restore point.

Start-VBOExchangeItemRestoreSession -LatestState [-Job <IVBOJob>] [-Organization <IVBOOrganization>] [-ShowDeleted] [-ShowAllVersions] [-Reason <string>] [<CommonParameters>]

  • Explore or restore Microsoft Exchange objects from the specified restore point.

Start-VBOExchangeItemRestoreSession -RestorePoint <IVBORestorePoint> [-Job <IVBOJob>] [-Organization <IVBOOrganization>] [-ShowDeleted] [-ShowAllVersions] [-Reason <string>] [<CommonParameters>]

  • Explore or restore Microsoft Exchange objects from the latest restore point remotely.

Start-VBOExchangeItemRestoreSession -Server <string> -Credential <pscredential> [-Port <int>] [-SkipCertificateCheck] [-ShowDeleted] [-ShowAllVersions] [-Reason <string>] [<CommonParameters>]

Detailed Description

This cmdlet establishes a connection to the Veeam Backup for Microsoft 365 server and retrieves Exchange objects backed up on this server. Within the restore session, you can get backed-up Exchange objects using the following cmdlets:

After you get backed-up Exchange objects, you can perform the following operations with these objects:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

LatestState

Defines that the cmdlet will retrieve data from a mailbox database at the state of the latest restore point.

SwitchParameter

True

Named

False

False

RestorePoint

Specifies a restore point to start a new restore session. You will be able to use the session to perform operations with items that this restore point contains.

Accepts the IVBORestorePoint object. To get this object, run the Get-VBORestorePoint cmdlet.

True

Named

True (ByValue)

False

Server

Specifies a DNS name or an IP address of the Veeam Backup for Microsoft 365 server that backed up items that you want to restore.

String

True

Named

False

False

Credential

Specifies credentials that will be used to authenticate against the Veeam Backup for Microsoft 365 server.

Accepts the PSCredential object. To get this object, run the Get-Credential cmdlet.

True

Named

False

False

Job

Specifies a backup job to start a new restore session. You will be able to use the session to perform operations with items backed up by this job.

Accepts the IVBOJob object. To get this object, run the Get-VBOJob cmdlet.

False

Named

True (ByValue)

False

Organization

Specifies an organization to start a new restore session. You will be able to use the session to perform operations with items backed up for this organization.

Accepts the IVBOOrganization object. To get this object, run the Get-VBOOrganization cmdlet.

False

Named

True (ByValue)

False

ShowDeleted

Defines that deleted items will be included in the current session. If you provide this parameter, you will be able to perform operations with these items.

Note: If you provide this parameter, the amount of data returned by cmdlets within the current session may significantly increase.

SwitchParameter

False

Named

False

False

ShowAllVersions

Defines that all versions of SharePoint items will be included in the current session. If you provide this parameter, you will be able to perform operations with these items.

Note: If you provide this parameter, the amount of data returned by cmdlets within the current session may significantly increase.

SwitchParameter

False

Named

False

False

Port

Specifies a port number that will be used to connect to the Veeam Backup for Microsoft 365 server.

Int32

False

Named

False

False

SkipCertificateCheck

Defines that the cmdlet will not perform the SSL certificate check.

SwitchParameter

False

Named

False

False

Reason

Specifies a reason to perform restore operation.

Note: This parameter is available for restore from backups created by Veeam Backup for Microsoft 365 version 6.0 or later.

String

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.

Examples

Start-VBOExchangeItemRestoreSessionExample 1. Starting Restore Session From Latest Restore Point

Start-VBOExchangeItemRestoreSessionExample 2. Starting Restore Session From Specific Restore Point

Start-VBOExchangeItemRestoreSessionExample 3. Starting Restore Session From Specific Restore Point [Using Pipeline]

Start-VBOExchangeItemRestoreSessionExample 4. Starting Restore Session From Latest Restore Point Remotely

Start-VBOExchangeItemRestoreSessionExample 5. Performing Restore Scenario

Related Commands