Deploying new virtual machines from a template

Deploying a new virtual machine from a template is surprisingly easy. This is a task that you will perform often. Although there are some template specific cmdlets, these have to do with making changes to templates after they are converted. To deploy a VM, you come back to New-VM cmdlet.

Getting Started

To get started, you should open a new PowerCLI window and connect to the vCenter server where you defined our template VM.

How to do it…

  1. To begin this recipe, you will need to assemble a New-VM cmdlet. The first step is to specify the template that is to be cloned from using the -Template cmdlet. As of vSphere 5.5, the -Template parameter can accept pipeline input, but this is deprecated, so it is better ...

Get PowerCLI Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.