Submits a convert to virtual job in Backup Exec.
Submits a convert to virtual job in Backup Exec.
You can specify a Backup Exec job history object as the point in
time in the backup set for the convert to virtual operation.
You can also specify a point-in-time range to determine the point
in time in the backup set for the convert to virtual operation.
Specifies the name of the job.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the server from which the data was backed up.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies a point in time in the backup set to use for the convert to virtual operation.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies a starting point in time in the backup set to use for the convert to virtual operation.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the job history object referencing the backup set to use for the convert to virtual operation.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies the target virtual environment where the virtual
machine will be created. See
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the virtual machine to create.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Overwrites an existing virtual machine with the same name if it
exists.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the amount of RAM in MB the virtual machine will get.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the number of CPUs the virtual machine will get.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Excludes user data from the convert to virtual operation.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Indicates when the job should start. If you do not specify this parameter, the job starts immediately.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the order that the job runs. If two jobs are scheduled
to run at the same time, the priority you set determines which job
runs first.
The valid values are:
Normal
Lowest
Low
High
Highest
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Deletes the job automatically when it completes.
The valid values are:
Never
IfSuccessful
WhenComplete
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Submits the job with an on-hold status.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Describes what happens if you execute the command without actually executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Prompts you for confirmation before executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe in a Backup Exec agent server object into Submit-BEConvertBackupToVirtualJob.
You can pipe in a Backup Exec job history object into Submit-BEConvertBackupToVirtualJob.
Submit-BEConvertBackupToVirtualJob returns a Backup Exec job object
These commands create a virtual machine on a Hyper-V server using data from the most recent run of a job named "Job 0001".
These commands create a virtual machine within a VMware vCenter using data from the most recent backup of a server named "myserver.mycompany.com".