VBScript – Enabling BitLocker in a Script – Automated

How to automate the enabling of BitLocker.  This can be added to your post imaging setup steps.

VBScript File – download
– enableBitLocker.vbs  |  mirror

Batch File – add this into a batch file or other script
– C:\bitlockertemp\enableBitLocker.vbs /on:tpm /l:C:\bitlockertemp\log.txt

Call to batch file post-imaging

————————————————————————————————————————————–
Reference: http://technet.microsoft.com/en-us/library/cc771778(WS.10).aspx#BKMK_AppendixA

email me