PowerCLI: Set CPU Identification Mask

From VI-Toolkit
Jump to navigation Jump to search

Mask-Extensions

author: Arne Fokkema

Description

Allows you to set the CPU Identification Mask on Multiple VM’s.

Usage:

If you want to run this function for VM called "My VM", then you can run the following command:

Mask-Extensions (get-vm "My VM")

or to change all your VM's, use the pipeline:

get-vm | % {Mask-Extensions ($_)}

Location

http://ict-freak.nl/2009/08/19/powercli-set-cpu-identification-mask/