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.0kboomsliter_496
Mar 09, 2009Nimbostratus
Side-bar here...I'd suggest that all scripts that require a password use the Get-PSCredential cmdlet. It's really simple:
Initialize-F5.iControl -hostname myhost -PSCredentials $(Get-Credentials)
Thanks for the monitor script!