DebenB_254182
Mar 27, 2016Nimbostratus
thanks for posting such helpful content.. Tried this , its awesome. I this i can see client ssl-profile shows only YES and NO. I will like to add the profile name so thinking to modify below section ; please suggest if that work or any other changes needed.
"@
}
if($vs.sslprofile -ne "None"){
$Global:html += @"
$($vs.sslprofile) ---> Modified from Yes to the added content.
"@
} else {
$Global:html += @"
No
"@
Also please guide how i can add VIP enabled / disabled status and poo/node availability status like UP or down.
Regards
Deben