Book Image

System Center 2012 R2 Virtual Machine Manager Cookbook - Second Edition

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

System Center 2012 R2 Virtual Machine Manager Cookbook - Second Edition

By: Edvaldo Alessandro Cardoso Sobrinho, EDVALDO ALESSANDRO CARDOSO

Overview of this book

Table of Contents (18 chapters)
System Center 2012 R2 Virtual Machine Manager Cookbook
Credits
About the Author
Acknowledgments
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 in Windows 2012 is Restricted, which prevents all scripts from running.

Note

In Windows 2012 R2, RemoteSigned is the default policy.

How to do it...

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

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 R2 console using the VMM admin account that was created previously (lab\vmm-admin).

  2. On the left-bottom pane, click on the Library workspace...