New-RubrikManagedVolumeExport
SYNOPSIS
Creates an export of a Managed Volume snapshot
SYNTAX
New-RubrikManagedVolumeExport [-Id] <String> [[-SourceManagedVolumeName] <String>] [[-Server] <String>]
[[-api] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]DESCRIPTION
The New-RubrikManagedVolumeExport command will request the creation of a Managed Volume export of the specified Managed Volume snapshot
EXAMPLES
EXAMPLE 1
Get-RubrikSnapshot -id ManagedVolume:::f68ecd45-bdb9-46dd-aea4-8f041fb2dec2 | Select-Object -First 1 | New-RubrikManagedVolumeExportCreate an export (live mount) of the most recent snapshot for the specified managed volume.
PARAMETERS
-Id
Rubrik identifier of Managed Volume snapshot to be exported
-SourceManagedVolumeName
Source Managed Volume Name
-Server
Rubrik server IP or FQDN
-api
API version
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
-Confirm
Prompts you for confirmation before running the cmdlet.
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Written by Mike Fal Twitter: @Mike_Fal GitHub: MikeFal
RELATED LINKS
Last updated
Was this helpful?