Jump to content

Hey guys,

I am wondering if anyone has any ideas for a image or cloning software that you can configure to automatically encrypt a hard drive using bitlocker or any other third party encryption software after imaging a computer. So, for example, I have an image captured. I use it to image a laptop, and after it completes the image it automatically encrypts the laptops hard drive. I'm guessing this is impossible, but, I thought I'd ask. Thanks guys!

Link to comment
https://linustechtips.com/topic/927880-encrypt-hd-automaticly-after-image/
Share on other sites

Link to post
Share on other sites

Either create a batch file or PowerShell script to run wbAdmin and Manage-bde, which are the command line commands for creating a system image and doing Bitlocker stuff respectively. You can figure out how to work them by going to:

Link to post
Share on other sites

I think the idea is the OP wants each machine to have independent encryption. Having each machine that uses the image use the same encryption salt/key is a security risk because then if you break into one machine's encryption, you can break into them all.

 

I'd look for command line arguments for such programs and create a post-image script

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×