Import-RMBackup
From PowerGUI Wiki
Creates objects by using the .xml file where backup registration information was saved.
Contents |
Syntax
Import-RMBackup [-Path] <String[]> [<CommonParameters>]
Detailed Description
This cmdlet transforms the backup registration information saved by the Export-RMBackup cmdlet in an .xml file into an object.
Related Commands
Parameters
| Name | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|
| Path | Specifies the path to the .xml file that contains the backup registration information to be transferred into an object. | true | false |
