Book Image

Microsoft System Center Virtual Machine Manager 2012 Cookbook

By : EDVALDO ALESSANDRO CARDOSO, Edvaldo Alessandro Cardoso Sobrinho
Book Image

Microsoft System Center Virtual Machine Manager 2012 Cookbook

By: EDVALDO ALESSANDRO CARDOSO, Edvaldo Alessandro Cardoso Sobrinho

Overview of this book

Microsoft System Center 2012 is a comprehensive IT infrastructure, virtualization, and cloud management platform. With System Center 2012, you can more easily and efficiently manage your applications and services across multiple hypervisors as well as across public and private cloud infrastructures to deliver flexible and cost-effective IT services for your business.This cookbook covers architecture design and planning and is full of deployment tips, techniques, and solutions designed to show users how to improve VMM 2012 in a real world scenario. It will guide you to create, deploy, and manage your own Private Cloud with a mix of Hypervisors: Hyper-V, Vmware ESXi, and Citrix XenServer. It also includes the VMM 2012 SP1 features.This book is a cookbook that covers architecture design, planning and is full of deployment tips, techniques and solutions designed to show users how to improve VMM 2012 in a real world scenario. It will guide you to create, deploy and manage your own Private Cloud with a mix of Hypervisors : Hyper-V, Vmware ESXi and Citrix XenServer.
Table of Contents (16 chapters)
Microsoft System Center Virtual Machine Manager 2012 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Storing and running scripts in VMM


A script is a text file that contains one or more Windows PowerShell commands. You can save PowerShell scripts to a folder that will be executed from the VMM command shell, or you can save them to the VMM library and run them using the VMM console.

Note

For the script to be recognized as a Windows PowerShell script, it has to be saved with a .ps1 extension.

Getting ready

Before you can run a script, check the Windows PowerShell execution policy. The default execution policy (Restricted) prevents all scripts from running.

How to do it...

After writing a script, you can save it in the VMM library for using later.

Storing a script in the VMM library

Carry out the following steps to save a particular script to the VMM library:

  1. Connect to the VMM 2012 console using the VMM admin account that has been created previously (lab\vmm-admin).

  2. On the left-bottom pane, click on the Library workspace; expand Library Servers in the left pane and then select the library share in...