This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Query to know if a user with Central device encryption has configured his password

Query to know if a user with Central device encryption has configured his password.

I need your help if someone knows how to obtain that information through XDR by a query, we need to know how many computers do not have the password configured in bitlocker.

I have executed the bitlocker info query but it does not show the information. Thanks a lot



This thread was automatically locked due to age.
Parents Reply
  • The information you are looking for does not appear to be recorded into the Data Lake. 

    An alternative would be to run the following powershell command. You can do this using a "Live Discover" session after entering "PowerShell " in the prompt. 
    Get-WinEvent -FilterHashtable @{logname="Microsoft-Windows-BitLocker/BitLocker Management";id="789"}  

     The event ID 789 corresponds with the bitlocker pin change.  

    Kushal Lakhan
    Team Lead, Global Community Support
    Connect with Sophos Support, get alerted, and be informed.
    If a post solves your question, please use the "Verify Answer" button.
    The New Home of Sophos Support Videos!  Visit Sophos Techvids
Children
No Data