New-RubrikVolumeGroupMount
SYNOPSIS
Create a new live mount of a protected volume group
SYNTAX
DESCRIPTION
The New-RubrikVolumeGroupMount cmdlet is used to create a new volume group mount on the TargetHost of the selected Snapshot. The Snapshot object contains the snapID and all drives that are included in the snapshot.
EXAMPLES
EXAMPLE 1
This will create a new VolumeGroup Mount on Restore-Server1 with the values specified in $snap & $DrivestoExclude
EXAMPLE 2
New-RubrikVolumeGroupMount -TargetHost "MyTargetHostName" -VolumeGroupSnapshot $snapshot -ExcludeDrives @("D","E") This will create a new VolumeGroup Mount on MyTargetHostName with the latest snapshot retrieved in the first line, while exlcluding drives D & E
New-RubrikVolumeGroupMount -TargetHost "MyTargetHostName" -VolumeGroupSnapshot $snapshot -ExcludeMountPoint @("C:\MFAPDB05Log\") This will create a new VolumeGroup Mount on MyTargetHostName with the latest snapshot retrieved in the first line, while exlcluding the volume mounted on C:\MFAPDB05Log\
New-RubrikVolumeGroupMount -TargetHost "MyTargetHostName" -VolumeGroupSnapshot $snapshot -ExcludeMountPoint @("Log") To exclude all MountPoints with a certain string
PARAMETERS
-TargetHost
Target host to attach the Live Mount disk(s)
-VolumeGroupSnapshot
Rubrik VolumeGroup Snapshot Array
-ExcludeDrives
Rubrik server IP or FQDN
-ExcludeMountPoints
-Server
-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 Pierre Flammer for community usage Twitter: @PierreFlammer
RELATED LINKS
Last updated