Hello everyone, I'm running command for remote co...
# windows
d
Hello everyone, I'm running command for remote configuration with my server using this argument (following this document https://osquery.readthedocs.io/en/stable/deployment/remote/)
Copy code
--host_identifier=uuid
So, this will be resulted as uuid from
select uuid from system_info
. But now, I would like to send my own id, ex:
--host_identifier=abcdefgh
This will make the osquery use
host_name
to fill in
host_identifier
field. In summary, could I send my own id for this
host_identifier
field? and how could I do that? Thank you very much!
j
Hey! Yes! Try using
--host_identifier=specified
and other flag
--specified_identifier=abcdef
❤️ 1
d
wow, it works! Thank you so much :>>>>>
git push 1
🚀 1