Get-VBRNASInstantRecoveryMigration

Short Description

Returns active sessions of migration to production during the instant file share recovery.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Return all active sessions of migration to production for NAS instant recovery.

Get-VBRNASInstantRecoveryMigration [-All]  [<CommonParameters>]

  • Return NAS instant recovery migration sessions by their IDs.

Get-VBRNASInstantRecoveryMigration [-Id <Guid[]>]  [<CommonParameters>]

  • Return NAS instant recovery migration session for a certain instant recovery session.

Get-VBRNASInstantRecoveryMigration [-InstantRecovery <VBRNASInstantRecovery[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns active sessions of migration to production during the instant file share recovery.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

All

Defines that the cmdlet will return all active sessions of migration to production for NAS instant recovery.

SwitchParameter

False

Named

False

Id

Specifies an array of IDs for migration sessions. The cmdlet will return sessions with these IDs.

If the session with the specified ID is not found, the cmdlet will return an error.

Guid[]

False

Named

True (ByPropertyName)

InstantRecovery

Specifies an array of instant recovery sessions with the started sessions of migration to production.

Accepts the VBRNASInstantRecovery[] object. To get this object, run the Get-VBRNASInstantRecovery cmdlet.

False

Named

True (ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRNASInstantRecoveryMigration object that defines settings of the migration to production session.

Examples

Get-VBRNASInstantRecoveryMigrationExample 1. Getting All Active Migration Sessions for Instant Restore for File Backup

Get-VBRNASInstantRecoveryMigrationExample 2. Getting Migration Sessios for Instant Restore for File Backup by IDs

Get-VBRNASInstantRecoveryMigrationExample 3. Getting Migration Sessions for Specified Instant Restore for File Backups Sessions

Related Commands

Get-VBRNASInstantRecovery

Page updated 10/4/2024

Page content applies to build 12.3.1.1139