PowerShell Logo Small

Update-ClusterVirtualMachineConfiguration



This is the built-in help made by Microsoft for the command 'Update-ClusterVirtualMachineConfiguration', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Refreshes the configuration of a clustered virtual machine within a failover cluster.

SYNTAX


Update-ClusterVirtualMachineConfiguration [[-Name] <String>] [-Cluster <String>] [-InputObject <PSObject>] [-VMId <Guid>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Update-ClusterVirtualMachineConfiguration cmdlet refreshes the configuration of a clustered virtual machine within a failover cluster. Use this cmdlet if a hardware
device, such as a network adapter, is to be added or removed or the hardware configuration settings, such as the setting for virtual memory, are being changed for a
clustered virtual machine.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321083
Add-ClusterVirtualMachineRole
Move-ClusterVirtualMachineRole

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Update-ClusterVirtualMachineConfiguration –Name "Virtual Machine Configuration VM1"
Name State Group ResourceType
---- ----- ----- ------------
Virtual Machine ... Online Virtual Machine Virtual Machine ...



This example refreshes the clustered virtual machine named Virtual Machine Configuration VM1 on the local cluster.




EXAMPLE 2

PS C:\>Update-ClusterVirtualMachineConfiguration –Name "Virtual Machine Configuration VM2" -Cluster cluster1
Name State Group ResourceType
---- ----- ----- ------------
Virtual Machine ... Online Virtual Machine Virtual Machine



This example refreshes the clustered virtual machine named Virtual Machine Configuration VM2 on the cluster named cluster1.