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