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}
Thank you but I think that you need to have a clear explanation of what should be done exactly. Thank you in advance!
ReplyDeleteThe question is to be verified and clarified, and this process will take some time. In general, everything looks to be easy!
ReplyDelete