Hello. I am new to osquery. I'd like to know if it...
# windows
s
Hello. I am new to osquery. I'd like to know if it's possible to use osquery to get the results from a powershell command? For example, I would like to have the information from "net users /domain "username" from powershell. Can I use osquery to run that powershell command and get me the result? Thanks
z
No, not directly. If you wanted to, you could build an osquery extension that runs that command and returns the results as a new table.
s
okay. thank you