New-VBRNASInstantRecoveryMountOptions

Short Description

Creates a mapping configuration for instant restore of file backups.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Create a mapping configuration with an automatically selected mount server to be used for instant restore of file backups.

New-VBRNASInstantRecoveryMountOptions -Automatic  [<CommonParameters>]

  • Create a mapping configuration for which you can specify a host with the mount service to be used for instant restore of file backups.

New-VBRNASInstantRecoveryMountOptions -RestorePoint <VBRUnstructuredBackupRestorePoint[]> -MountServer <CHost[]>  [<CommonParameters>]

Detailed Description

This cmdlet creates a mapping configuration for instant restore of file backups.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Automatic

Defines that the cmdlet will create a mapping configuration with automatically selecting a mount server to be used for instant restore of file backups.

SwitchParameter

True

Named

False

RestorePoint

Specifies an array of restore points. The cmdlet will create a mapping configuration for instant restore to the specified restore points.

Accepts the VBRUnstructuredBackupRestorePoint[] object. To get this object, run the Get-VBRUnstructuredBackupRestorePoint cmdlet.

True

Named

True (ByValue, ByPropertyName)

MountServer

Specifies the target mount server. The cmdlet will create a mapping configuration with a specific host with the mount service to be used for instant restore of file backups.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRNASInstantRecoveryMountOptions object that defines settings of the set of the mount options for instant restore of file share backups.

Examples

New-VBRNASInstantRecoveryMountOptionsExample 1. Creating Automatic Mount Options for Instant Restore of File Share Backup

New-VBRNASInstantRecoveryMountOptionsExample 2. Creating Manual Mount Options for Instant Restore of File Share Backup

Related Commands

Page updated 9/4/2024

Page content applies to build 12.3.1.1139