PowerCLI Reference

Set-VM

Synopsis

This cmdlet modifies the configuration of the virtual machine.

Syntax

Set-VM [-VM] <VirtualMachine[]> [-AlternateGuestName <String>] [-CoresPerSocket <Int32>] [-DrsAutomationLevel <DrsAutomationLevel>] [-GuestId <String>] [-HAIsolationResponse <HAIsolationResponse>] [-HardwareVersion <String>] [-HARestartPriority <HARestartPriority>] [-MemoryGB <Decimal>] [-MemoryMB <Int64>] [-Name <String>] [-Notes <String>] [-NumCpu <Int32>] [-OSCustomizationSpec <OSCustomizationSpec>] [-RunAsync] [-Server <VIServer[]>] [-Version <VMVersion>] [-VMSwapFilePolicy <VMSwapfilePolicy>] [-Confirm] [-WhatIf] [<CommonParameters>]

Set-VM [-VM] <VirtualMachine[]> [-DrsAutomationLevel <DrsAutomationLevel>] [-HAIsolationResponse <HAIsolationResponse>] [-HARestartPriority <HARestartPriority>] [-Name <String>] [-OSCustomizationSpec <OSCustomizationSpec>] [-RunAsync] [-Server <VIServer[]>] [-Snapshot <Snapshot>] [-VMSwapFilePolicy <VMSwapfilePolicy>] [-Confirm] [-WhatIf] [<CommonParameters>]

Set-VM [-VM] <VirtualMachine[]> [-Name <String>] [-RunAsync] [-Server <VIServer[]>] [-ToTemplate] [-Confirm] [-WhatIf] [<CommonParameters>]

Set-VM [-VM] <VirtualMachine[]> [-RunAsync] [-Server <VIServer[]>] [-Confirm] [-WhatIf] -DisableEncryption [<CommonParameters>]

Set-VM [-VM] <VirtualMachine[]> [-RunAsync] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [-KmsCluster <KmsCluster>] [-SkipHardDisks] [-StoragePolicy <StoragePolicy>] [<CommonParameters>]

Related Commands

Online Version
Get-VM
Move-VM
New-VM
Remove-VM
Start-VM
Stop-VM
Suspend-VM

Detailed Description

This cmdlet modifies the configuration of the virtual machine. If the OSCustomizationSpec parameter is used, the cmdlet customizes the virtual machine according to the specification. In addition, the cmdlet allows you to revert a virtual machine to a snapshot and convert a virtual machine to a template.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
VMVirtualMachine[]Specifies the virtual machine that you want to configure.trueTrue (ByValue)
AlternateGuestNameStringSpecifies the full name of the guest OS for the virtual machine if the value of the GuestID parameter is set to otherGuest or otherGuest64.falseFalse
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
CoresPerSocketInt32Specifies the number of virtual CPU cores per socket.falseFalse
DisableEncryptionSwitchParameterIndicates that the cmdlet is to decrypt the specified virtual machine.trueFalse
DrsAutomationLevelDrsAutomationLevelSpecifies a DRS (Distributed Resource Scheduler) automation level. The valid values are FullyAutomated, Manual, PartiallyAutomated, AsSpecifiedByCluster, and Disabled. Passing values to this parameter through a pipeline is deprecated and will be disabled in a future release. Specifying this parameter is only supported when the virtual machine is inside a cluster. Otherwise, an error is generated.falseFalse
GuestIdStringSpecifies the guest operating system of the virtual machine. The valid values for specific ESX versions are listed in the description of the VirtualMachineGuestOsIdentifier enumeration type in the vSphere API Reference available at http://www.vmware.com/support/developer/vc-sdk/. Depending on the hardware configuration of the host, some of the guest operating systems might be inapplicable.falseFalse
HAIsolationResponseHAIsolationResponseIndicates whether the virtual machine should be powered off if a host determines that it is isolated from the rest of the compute resource. The valid values are AsSpecifiedByCluster, PowerOff, and DoNothing. Passing values to this parameter through a pipeline is deprecated and will be disabled in a future release. Specifying this parameter is only supported when the virtual machine is inside a cluster. Otherwise, an error is generated.falseFalse
HardwareVersionStringSpecifies the version to which you want to upgrade the virtual machine. You cannot downgrade to an earlier version.falseFalse
HARestartPriorityHARestartPrioritySpecifies the virtual machine HA restart priority. The valid values are Disabled, Low, Medium, High, and ClusterRestartPriority. VMware High Availability (HA) is a feature that detects failed virtual machines and automatically restarts them on alternative ESX hosts. Passing values to this parameter through a pipeline is deprecated and will be disabled in a future release. Specifying this parameter is only supported when the virtual machine is inside a cluster. Otherwise, an error is generated.falseFalse
KmsClusterKmsClusterSpecifies the KmsCluster which will be used to generate a key for encrypting the virtual machine. If StoragePolicy is not specified then the default encryption storage policy "VM Encryption Policy" is used.falseFalse
MemoryGBDecimalSpecifies the memory size in gigabytes (GB).falseFalse
MemoryMBInt64This parameter is obsolete. Use MemoryGB instead. Specifies the memory size in megabytes (MB).falseFalse
NameStringSpecifies a new name for the virtual machine.falseFalse
NotesStringProvides a description for the virtual machine. The alias of this parameter is Description.falseFalse
NumCpuInt32Specifies the number of virtual CPUs.falseFalse
OSCustomizationSpecOSCustomizationSpecSpecifies a customization specification you want to apply to the virtual machine. This works only in 32-bit mode.falseFalse
RunAsyncSwitchParameterIndicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.falseFalse
SkipHardDisksSwitchParameterIndicates the StoragePolicy or encryption (KmsCluster) will be applied to vmhome only.falseFalse
SnapshotSnapshotSpecifies a snapshot whose state you want to apply to the virtual machine.falseTrue (ByValue)
StoragePolicyStoragePolicySpecifies the StoragePolicy to attach to the specified virtual machine. If the StoragePolicy is an encryption policy, the virtual machine will be encrypted; Otherwise, the virtual machine will be decrypted, if it's encrypted before the cmdlet, and attached with the new StoragePolicy.falseFalse
ToTemplateSwitchParameterIndicates that you want to convert the virtual machine to a template.falseFalse
VersionVMVersionThis parameter is deprecated. Use 'HardwareVersion' parameter instead. Specifies the version to which you want to upgrade the virtual machine. The valid values are v4, v7, v8, v9, v10, v11, v12, v13, and v14. You cannot downgrade to an earlier version.falseFalse
VMSwapFilePolicyVMSwapfilePolicySpecifies the swapfile placement policy. The following values are valid:


InHostDataStore - Stores the swapfile in the datastore specified by the VMSwapfileDatastoreID property of the virtual machine host. If the VMSwapfileDatastoreID property is not set or indicates a datastore with insufficient free space, the swapfile is stored in the same directory as the virtual machine. This setting might degrade the VMotion performance.


WithVM - Stores the swapfile in the same directory as the virtual machine.
falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

Zero or more modified VirtualMachine objects or the newly created Template objects

Notes

Applying customization specs works only in 32-bit mode. Encrypt a virtual machine needs to meet several requirements: 1) The virtual machine is powered off 2) The virtual machine has no snapshot 3) The virtual machine isn't a linked cloned VM

Examples

-------------------------- Example 1 --------------------------

$template = Get-VM VM | Set-VM -ToTemplate -Name VMTemplate

Converts the VM virtual machine to a template and stores the template in the $template variable.

-------------------------- Example 2 --------------------------

Get-VM -Location ResourcePool01 | Set-VM -MemoryGB 2 -NumCPU 2

Upgrades the memory and CPU count of the virtual machines in ResourcePool01.

-------------------------- Example 3 --------------------------

Set-VM -VM VM -HardwareVersion vmx-07

Upgrades the virtual hardware version of the VM machine.

-------------------------- Example 4 --------------------------

$snapshot = Get-Snapshot -VM $vm -Name "Initial state"

Set-VM -VM $vm -Snapshot $snapshot

Reverts the VM virtual machine to the "Initial state" snapshot.

-------------------------- Example 5 --------------------------

$spec = Get-OSCustomizationSpec -Name FinanceDepartmentSpec;

Set-VM -VM $vm -OSCustomizationSpec $spec

Applies a customization specification on the specified virtual machines.

-------------------------- Example 6 --------------------------

Set-VM $vm -Name "Web Server" -GuestID winNetStandardGuest -Description "Company's web server"

Changes the name, description, and guest ID of the specified virtual machine.

-------------------------- Example 7 --------------------------

$kmscluster = Get-KmsCluster | select -first 1
Set-VM $vm -KmsCluster $kmscluster

Encrypts the whole virtual machine stored in $vm including its VM Home and all its valid hard disks.

-------------------------- Example 8 --------------------------

$storagepolicy = Get-SpbmStoragePolicy | select -first 1
Set-VM $vm -StoragePolicy $storagepolicy -SkipHardDisks

Attaches the $storagepolicy to the VM Home of the virtual machine $vm: - If the $storagepolicy is an encryption policy, the VM Home of the virtual machine $vm will be encrypted.


- If the $storagepolicy is a non-encryption policy, the VM Home of the virtual machine $vm might be decrypted and attached with the new policy if it was encrypted before this cmdlet in case it has no encrypted disks; otherwise this cmdlet will fail.

-------------------------- Example 9 --------------------------

Set-VM $vm -DisableEncryption

Decrypts the whole virtual machine stored in $vm including its VM Home and all its valid hard disks.


Copyright © VMware, Inc. All rights reserved.