PowerShell module for the F5 LTM REST API
Problem this snippet solves: To report an issue with the F5-LTM or F5-BIGIP modules, please use the Issues sections of the GitHub repos (here and here) instead of commenting here. Thanks!
This Pow...
Updated Jun 06, 2023
Version 2.0Joel_Newton
Cirrus
Joined September 06, 2012
bujnovskyd
Sep 08, 2017Nimbostratus
I can not seem to get the profiles to work. I have two separate profiles I would like to put into place during the new-virtualserver call.
One is 'http-XF' which is under the "http profile" and then another profile under the "SSL Profile (Client)" area.
I can call set-virtualserver with session and name and assign either one of the profiles with a name, but can't seem to figure out how to set both of them. The example in Set-virtualserver seems to create an array of hash tables in a noteproperty. I've not been able to get the example to work for me.
It seems to have issues when I $vs|set-virtualserver . I think the properties that were originally retrieved with get-virtualserver, do not align completely with the set-virtualserver command.
Should I be posting here or somewhere else for syntax type help?
Thanks. David B