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.0jj_9_43940
Jan 20, 2012Nimbostratus
Hi Joe (and others),
I'm currently getting a good numbers of errors while excuting this script
Example :
Exception calling "get_default_pool_name" with "1" argument(s): "Could not find element by name: virtual_servers"
At C:\Users\vgdj7988\Documents\scripts\bigIP\networkMap.ps1:96 char:67
+ (Get-F5.iControl).LocalLBVirtualServer.get_default_pool_name <<<< ( (Get-VSList) );
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
And actually with those two lines :
Initialize-F5.iControl -HostName $BIGIP -Username $User -Password $Pass;
(Get-F5.iControl).LocalLBPool.get_list()
I get an empty return
Any idea ?
Regards
JJ