Hi I try to check if a local user on a windows machine is disabled/locked or not. Therefore I use a WMI Monitor. My query returns a result that I check by the 'convert value' context.
The query always returns '0' no matter if I check an disabled or a not disabled user.
Here an example with a NOT logged/disabled user

If I query the value via wmic at a command shell the result looks like this

How is the value converted? Do you have any ideas?
Greetings
Dominik