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
vsundararaj_296
Apr 03, 2018Nimbostratus
I am looking for some help here with regards to Set-VirtualServer to update/change fwEnforcedPolicy.
From Get-VirtualServer I can see the property fwEnforcedPolicy , example $Data= Get-VirtualServer -Name "VMAS-VirtualServer-namehere-TCP" $Data.fwEnforcedPolicy will result me /Common/MySecurityPolicy but
I would like to change fwEnforcedPolicy to /Common/NewSecurityPolicy
How can I change the firewall enforced policy using PowerShell?