Export list of ADDS computers with Bitlocker enabled

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

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

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Client for IT Pros Devices and deployment Configure application groups
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Yan-MSFT 9,356 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.