For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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...