Bitlocker Question

Antworten
Irvingqu
Beiträge: 1
Registriert: 31 Mär 2023, 06:55

Bitlocker Question

Beitrag von Irvingqu »

Hello,
I would like to deploy Windows 10 to my machines, is there a product/package that could encrypt their C: drives with Bitlocker?
o.ferre
Beiträge: 64
Registriert: 19 Nov 2010, 13:58
Wohnort: LYON - France

Re: Bitlocker Question

Beitrag von o.ferre »

Hi,
you can use a postinst powershell script :
a command like this : Enable-BitLocker -MountPoint "c:" -EncryptionMethod XtsAes256 -UsedSpaceOnly -TpmProtector -SkipHardwareTest
I think it is a critical operation ; be sure to backup the recoverypassword.

And another thing : when I create a powershell script in /postinst.d/ (for example 60_bitlocker.ps1) I have too call this script with another cmd script (for example 59_bitlocker.cmd) with the command :powershell.exe -executionpolicy bypass 60_bitlocker.ps1

The script powershell alone don't work for me.

Olivier
O.Ferre
ENS de Lyon
Antworten