Skip to main content

Get BitLocker status from all AD computers

If you need to check if all your Active Directory joined computers has BitLocker encrypted hard drives, then it's easy way to do it with powershell and manage-bde :

get-adcomputer |%{manage-bde -status c: -computername $_.name}