How to get the version of chef-client running on windows node using knife search query ?. For example for linux nodes it is very easy as below will get the desired results.
knife search node "name:xyz" -a name -a ipaddress -a os -a platform -a platform_family -a packages.**chef** -c knife.rb
Is there a similar way for windows nodes ??