Get-VBRNASInstantRecoveryMigration
Short Description
Returns active sessions of migration to production during the instant file share recovery.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
GetAllNasInstantRecoveryMigrationSessions (Default)Get-VBRNASInstantRecoveryMigration [-All] [<CommonParameters>]
-
GetNasInstantRecoveryMigrationSessionByIdGet-VBRNASInstantRecoveryMigration [-Id <Guid[]>] [<CommonParameters>]
-
GetNasInstantRecoveryMigrationSessionByParametersGet-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. |
|
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. |
|
False |
Named |
True (ByPropertyName) |
|
InstantRecovery |
Specifies an array of instant recovery sessions with the started sessions of migration to production.
Accepts the |
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
Example 1. Getting All Active Migration Sessions for Instant Restore for File Backup
|
This example shows how to get all active migration sessions for instant restore for file backup sessions.
Perform the following steps:
|
Example 2. Getting Migration Sessions for Instant Restore for File Backup by IDs
|
This example shows how to get migration to production sessions with certain IDs.
Perform the following steps:
|
Example 3. Getting Migration Sessions for Specified Instant Restore for File Backups Sessions
|
This example shows how to get migration to production sessions for certain instant restore sessions.
Perform the following steps:
|
Related Commands
Get-VBRNASInstantRecoveryReturns active instant restore sessions started to recover backups created by file backup jobs.