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
wackitron
Jun 02, 2019Nimbostratus
Thank you for such an awesome PS integration. I am kind of stuck with Add-iRuleToVirtualServer function, it gracefully errors out and just says False
Here is what I passed:
Add-iRuleToVirtualServer -F5Session $F5Session -Name $VirtualServerName -iRuleName $RuleName
with variables for f5session, virtualservername, and rulename.
Also I made sure that the irule was already being created on the F5.
Could you please share a working example of the above function.
Many Thanks in Advance