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
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 Sessios 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