Skip to content

start-wbhypervrecovery examples seem to be wrong #3658

Open
@debuglevel

Description

@debuglevel

In this example, nothing really seems to fit:

### Example 1: Recover a virtual machine to its original location
```
PS C:\> $Backup = Get-WBBackupSet
PS C:\> Start-WBHyperVRecovery -BackupSet $Backup -VMInBackup $Backup.Application[0].Component[0]
```
This example recovers a virtual machine to its original location.
The first command gets the backup set object from the system catalog and stores it in the variable named $Backup.
The second command uses the backup set stored in $Backup to recover a virtual machine that has the ID 285CEA9B-E337-44E1-9BF9-BF431BC3EB35 to its original location.

  1. See Start-WBHyperVRecovery does not want an array for -BackupSet #3657
  2. What's up with the ID 285CEA9B-E337-44E1-9BF9-BF431BC3EB35 which is nowhere mentioned?
  3. $Backup.Application[0] has an Identifier Registry for me instead of HyperV.

Metadata

Metadata

Assignees

Labels

doc-bugFor Upwork freelance team categories/reporting.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions