Currently its this:
Set-VM -VM $vm.Name -NumCpu $vm.Cpu -MemoryMB $vm.Memory -Confirm:$false | Out-Null
I've tried adding it before the $vm.Name and after the Out-Null but neither seem to work... do I need to get rid of the Get-VM cmdlet? This is where my rookie powercli comes into play