Hi,
If resource config values are set on a template, will those changes propagate to any clones made from that template? For example if this is set on a guest (which is later converted to a template), will the clones generated from it have the same settings?
get-vm $name | Get-VMResourceConfiguration | Set-VMResourceConfiguration -MemReservationMB 0 -MemLimitMB $null -CpuReservationMhz 0 -CpuLimitMhz $null
Thanks,
-T