New-RubrikHyperVVMMount
Last updated
Last updated
Create a new Live Mount from a protected Hyper V VM
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.
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
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
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
Rubrik id of the snapshot
ID of host for the mount to use
Name of the mounted VM
Whether the network should be disabled on mount.This should be set true to avoid ip conflict in case of static IPs.
Whether the network devices should be removed on mount.
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
Rubrik server IP or FQDN
API version
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Prompts you for confirmation before running the cmdlet.
Written by Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .