Nov 19, 2016
Hi Jack!
Did you get around to checking for errors?
Regarding the sorting. It's hard to fit everything with limited screen estate. Most people today are sadly still using 1080p monitors and adding the name into the column would be stealing too much valuable space.
Searching for it would be possible, but a bit challenging as the report is built right now.
May I suggest a third option parsing the data you have with powershell?
Check out this article:
https://loadbalancing.se/2016/10/07/synergy-effect-of-running-bigipreport/
Searching for all virtual servers using a specific ssl profile could then be accomplished by running:
$Virtualservers | Where-Object { $_.sslprofile -eq "/Common/myprofile" }
/Patrik