PowerShell - Get a list of Used and Unused SSL files (based on SSL profile usage)
Problem this snippet solves: There are many times where being able to determine which SSL files on the BIG-IP are or are not being used would be very beneficial (especially when trying to do some sp...
Updated Jun 06, 2023
Version 2.0Michael_Jenkins
Cirrostratus
Joined May 21, 2019
Michael_Jenkins
Apr 01, 2016Cirrostratus
What version are you running? If you set the variables manually and step through the commands, do you see data coming back from the REST requests? You could also try running '$VerbosePreference = "Continue"' and then trying again. You should see verbose logging on screen of the amount of data received from the REST commands.