Export list of ADDS computers with Bitlocker enabled

Hebert Seven 71 Reputation points
2021-01-20T19:11:35.793+00:00

How to export the hostname of all AD computers that have Bitlocker enabled?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,840 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Yan-MSFT 9,336 Reputation points
    2021-01-21T06:44:40.46+00:00

    Hi,
    "Manage-bde" could be used to verify remotely whether or not the computer is BitLocker enabled.

    manage-bde -status -computername "COMPUTERNAME" c
    **C stands for C drive*
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/ff829849(v=ws.11)

    Based on this, I found there was one script shared as below to query a number of computers with specified OU(only working for windows 10)
    Query BitLocker status on remote computers
    https://gallery.technet.microsoft.com/scriptcenter/Query-BitLocker-status-on-f44e443c#content


    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Brian Cerveny 1 Reputation point
    2022-07-08T15:54:38.533+00:00

    The two links about no longer work. 1st one is no longer and MIA. The second one just dumps you into the "Browse code samples"

    I've tested the following link as of 7-8-22 and so far it's working. If the link doesn't work I've attached the PS1.

    https://www.powershellgallery.com/packages/Get-ADComputers-BitLockerInfo/2.0

    218938-get-adcomputers-bitlockerinfotxtps1.txt

    0 comments No comments