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.0Gareth_104969
Jan 21, 2009Nimbostratus
Hi Chandru,
I was also getting that error. As I remember I think I solved it by changing the variable types to [long] e.g. $sum_total += $total; becomes [long]$sum_total += $total;
Hope that helps
Gareth