I know that we can execute queries from Linux to Windows WMI using event old wmi-client code. My main issue is that all packets with that query and its response are in clear text.
Windows allows to use an authentication level called "packet privacy". Is there a way to use that level on a Linux client?
I tried searching in OpenPegasus, but all I found out is that it can support WMI queries, but no word on authentication level (security).