New-RubrikHyperVVMMount

SYNOPSIS

Create a new Live Mount from a protected Hyper V VM

SYNTAX

New-RubrikHyperVVMMount [-id] <String> [[-HostID] <String>] [[-MountName] <String>] [-DisableNetwork]
 [-RemoveNetworkDevices] [-PowerOn] [[-Server] <String>] [[-api] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The New-RubrikHyperVVMMount cmdlet is used to create a Live Mount (clone) of a protected HyperV VM and run it in an existing HyperV environment.

EXAMPLES

EXAMPLE 1

New-RubrikHyperVVMMount -id '11111111-2222-3333-4444-555555555555'

This will create a new mount based on snapshot id "11111111-2222-3333-4444-555555555555" The original virtual machine's name will be used along with a date and index number suffix The virtual machine will be powered on upon completion of the mount operation

EXAMPLE 2

This will create a new mount based on snapshot id "11111111-2222-3333-4444-555555555555" and name the mounted virtual machine "Mount1" The virtual machine will NOT be powered on upon completion of the mount operation but without any virtual network adapters

EXAMPLE 3

This will create a new mount based on the closet snapshot found on March 1st, 2017 @ 01:00 AM and name the mounted virtual machine "Mount1" The virtual machine will be powered on upon completion of the mount operation

PARAMETERS

-id

Rubrik id of the snapshot

-HostID

ID of host for the mount to use

-MountName

Name of the mounted VM

-DisableNetwork

Whether the network should be disabled on mount.This should be set true to avoid ip conflict in case of static IPs.

-RemoveNetworkDevices

Whether the network devices should be removed on mount.

-PowerOn

Whether the VM should be powered on after mount. Without this parameter the VM defaults to be powered on. To ensure it isn't, specify -PoweredOn:$false

-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 Preston for community usage Twitter: @mwpreston GitHub: mwpreston

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/new-rubrikhypervvmmount

Last updated

Was this helpful?