PowerCLI: Set CPU Identification Mask

From VI-Toolkit
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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/