pjhhaas_109824
Aug 08, 2012Nimbostratus
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
name : Configsync.State
value : 1 - Local config modified, recommend configsync to peer
However, in the GUI it shows "In Sync" since I just launched a sync from the GUI. Is there someplace else I should be looking for the configsync status? Does anyone know why there is this d