Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

pjhhaas_109824's avatar
pjhhaas_109824
Icon for Nimbostratus rankNimbostratus
Aug 08, 2012

Powershell configsync.state doesn't match the GUI

  I'm using Powershell to get the configsync.state as follows:     PS C:\> (Get-F5.iControl).ManagementDBVariable.get_list() | Where-Object {$_.name -like "configsync.state"} | Format-List...