vCloud Director Snapshots with PowerCLI

June 12, 2013

Table of Contents

Providers and users running vCloud 5.1 have access to take a single snapshot of your VMs.to be able to have all the fun you want with the snapshots in powerCLI you are going to need what I have in this article today. powerCLI 5.1 currently supports only the vCloud API 1.5 which means there are no no 5.1 capabilities as per now. The module uses the current powerCLI for its session and API access then holds on some 5.1 snapshot thrilling. Though to use the module, you just have to download the.psm1 file and then:

Import-Module vCloudSnapshots.psm1

You will then have access to 4 cmdlets:

Get-CISnapshot

New-CISnapshot

Remove-CISnapshot

Set-CISnapshot

If you then want snapshots, you can get them by:

# Get vApps with Snapshots

Get-CIVapp | Get-CISnapshot

# Get VMs with Snapshots

Get-CIVM | Get-CISnapshot

# Get Snapshot info for a particular VM

Get-CIVM “MyVM” | GetCISnapshot

Quick reminder that all the cmdlets apply to a VM or vApp, so ensure at all times that you are doing a Get-CIVM or Get-CIVapp first. To drive the point here is an example of creating, reverting and removing:

# Create a snapshot for a vApp (or all VMs in the vApp, really.)

Get-CIVApp “MyVApp” | New-CISnapshot

# Revert to our snapshot

Get-CIVApp “MyVApp” | Set-CISnapshot -revertToCurrent

# Remove our snapshot

Get-CIVApp “MyVApp” | Remove-CISnapshot

 

Share on
Facebook
Twitter
LinkedIn
Pinterest
More posts

Dedicated Servers Quick Guide

What is a Dedicated Servers? Why bother using a dedicated server over a VPS or Shared Hosting?A dedicated server is a server 100% dedicated to your website/project or business needs.

Veeam Launches Backup & Replication v7

When it comes to data protection, data replication and data recovery, these are very challenging tasks. Consolidation through virtualization has forced customers to retool automated protection and recovery methodologies in

PowerShell your world cup

PowerShell This is something that is very exciting and if you are interested you should try it. I found the post and tried it. Here is a function and how

vCloud user training

It is clear that a lot of vCloud users are not well trained by their vCloud providers. This is due to the fact that the current training available is for

Power combined: PowerCLI and OVFTool

Power combined: Combining two good things creates wonders. In this post I will show how to combine the automation abilities of PowerCLI with OVFTool. You first have to get some

Get 90% Discount

First 3 People gets the Bonus!
Don't Miss Out Our Big Sale

Get 0-90% On All
247Rack Services

247Rack

The Sale Is Until The End Of March