Creating An iControl PowerShell Monitoring Dashboard With Google Charts
PowerShell is a very extensible scripting language and the fact that it integrates so nicely with iControl means you can do all sorts of fun things with it. In this tech tip, I'll illustrate how to ...
Published Nov 06, 2008
Version 1.0bstickel_12435
Feb 27, 2009Nimbostratus
This fixed int32 error for me,
Changed
$sum_bytes += $bytes;
To
[long]$sum_bytes += $bytes;