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}