--- title: "New-VBRNASInstantRecoveryMountOptions" description: "This cmdlet creates a mapping configuration for instant restore of file backups." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrnasinstantrecoverymountoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Unstructured Data Recovery > New-VBRNASInstantRecoveryMountOptions" dateModified: "2026-08-19" --- # New-VBRNASInstantRecoveryMountOptions ## Short Description Creates a mapping configuration for instant restore of file backups. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
MountServerAutomaticSelection
MountServerManualSelection
|
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. |
|
True |
Named |
False |
|
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. |
|
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 |
|
True |
Named |
True (ByPropertyName, ByValue) |