Feb 03, 2016
For some reason I can't update the snippet. While waiting for the DC superheroes I'll add the info here. Brace yourself for no formatting at all!
Instructions:
1. Copy the content of the Web folder to the root of your Web server.
2. Open the script and configure it. Minimum configuration is $user, pass, bigipdict and reportpath. Report path should point to the root of your web server. I recommend using a separate user for the report generation (Only guest access needed).
3. Run the script.
4. Done!
Additional instructions:
One thing that I have seen in the comments is that the bigipdict can be a bit tricky to declare. I will simplify that in a later version but for now I'll add some extra information here:
Example:
$Global:bigipdict = @{"192.168.100.1" = "mybigip.domain.local";"192.168.100.11" = "mybigip2.domain.local";}
If you run into problems, just leave feedback in the comment section below. I'll do my best to help as soon as I can.