Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Syntax question re. sum

$
0
0

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}},


Viewing all articles
Browse latest Browse all 6937

Trending Articles