My script runs
set-VM -VM $poolserver -Name $machinename -MemoryMB $memory -NumCpu $numcpu
and prompts me.
How is the -confirm flag supposed to work? I want to do it without being prompted
Thanks,
Tom
-confirm:$false
Not sure why the colon is needed though