Andrew78
Dec 09, 2015Nimbostratus
This worked out great for me. My only comment is it wasn't abundantly clear on how to configure multiple load balancers. The syntax tripped me up since there was no example for multiple. I was trying commas, commas and parentheses... Finally figured out it's a semi-colon to delimit each load balancer and the parentheses needs to be changed to a curly brace. In case anyone else gets stuck on this...
Example:
$Global:bigipdict = @{
"172.16.0.1" = "LB1";
"172.16.0.2" = "LB2";
"172.16.0.3" = "LB3"
}