Hi below is an excerpt from a script, can anyone help explain what the double quotes after the .sum is for ?
Thanks
$vmsVcpucount=($vms|Measure-Object -Property numcpu -Sum).sum
""|Select @{N='Host';E={$vmhost.name}},
Hi below is an excerpt from a script, can anyone help explain what the double quotes after the .sum is for ?
Thanks
$vmsVcpucount=($vms|Measure-Object -Property numcpu -Sum).sum
""|Select @{N='Host';E={$vmhost.name}},