In order to change the Vcpu allocation to a number of virtual machines you will need to install the VMware CLI and perform the following commands
Connect to the Vcenter
connect-viserver servername.domain.com
Set teh VCpu count
get-vm -Location 'NAME' |set-vm -numcpu 2
No comments:
Post a Comment