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.0Dec 15, 2008
First of all, glad you find it helpful. I'd love to see what you've done to expand it.
As for the data oddity, that's likely in the 64 bit conversion from the UInt64 structure. Could you print out the low and high values and the resulting 64 bit value in the Convert-To64Bit function for your offending data and I'll see if it is an issue with the conversion function I've written.
-Joe