SSD_245059
May 30, 2016Nimbostratus
Hi Patrick,
Thanks for the script!
It worked great for a v11 system. I'm getting below error when trying to run against a LTM running v9.x:
**************************************************
Cannot index into a null array.
At D:\F5\Bigipreport4.0.3\Bigipreport-4.0.3.ps1:598 char:13
+ For($x=0;$x -lt $PoolMembers[$i].count;$x++){
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
**************************************************
I have to change the TLS to false for v9 or it was just not connecting.