- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-22-2024 08:05 AM
Hi,
I can see BitLocker status in Dashboard -> Endpoint -> Disk Encryption Visibility, but when I try to do the same with XQL query, I wasn't able to find Columns Status in any of preset or dataset. Can somebody help me with this please? I would like to add BitLocker status to my report.
04-22-2024 10:16 AM
In that case, if you don't use the XDR Drive Encryption management you can't access to the status using XQL. That information is only available on the UI, it is not published to a dataset at the moment.
04-22-2024 08:57 AM
Hi @Piotr_Kowalczyk, thanks for reaching us using the Live Community.
You can get a quick view on the encryption status using the XQL Query:
dataset = endpoints
| fields encryption_status, endpoint_name
Add any required filter and/or fields to that query to match your requirements.
If this post answers your question, please mark it as the solution.
04-22-2024 09:10 AM
Hi Jmazzeo,
Thank you for your reply.
Sadly this solution doesn't work for me as we don't manage encryption with Cortex so the result of this query is NOT_CONFIGURED for all endpoints. I can see what I'm looking for in the column "VOLUMES STATUS" but I can't find this data using XQL query.
04-22-2024 10:16 AM
In that case, if you don't use the XDR Drive Encryption management you can't access to the status using XQL. That information is only available on the UI, it is not published to a dataset at the moment.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!