Book Image

PowerCLI Cookbook

By : Philip Brandon Sellers
Book Image

PowerCLI Cookbook

By: Philip Brandon Sellers

Overview of this book

Table of Contents (19 chapters)
PowerCLI Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In the first two chapters of this book, you created a base platform that will allow you to run virtual machines. In this chapter, you begin to work with actual workloads. This chapter will cover provisioning the first VM, deploying virtual machines in bulk, and managing the virtual machines.

There are actually several ways to create a virtual machine. The first is to build it like you would build a normal physical server. For this, you need to install an operating system onto a blank disk from the installation media (CD, DVD, a USB flash drive, or an ISO image). This process is very manual and repetitive for administrators.

vSphere improves this process through the ability to clone a VM once it's built. Cloning makes an identical copy of your VM so that it can be deployed multiple times. Cloning is also important for other tasks such as creating test labs and replicating problems.

In addition to cloning, vSphere can also mark a built VM as a template, signifying that it is prepared...