Quantcast
Viewing all articles
Browse latest Browse all 21975

using powershell for tpm enabling and encryption

Hello All,

  In an old version of a software install I am creating, I used manage-bde in the win 7 standard environment to do bitlocker driver encryption. I had a script that did the following steps

1.  Turn the tpm chip on  ( manage-bde -tpm -t   )

2. Give the chip a new owner ("manage-bde -tpm -o "NewOwnerName")

3. Begin encryption ( manage-bde -on C: )

There was a reboot between each step because of the tpm chip and chipset but thats no big deal. So now I am trying to do these same steps in WinPe (Windows 8). It turns out that i can't use the manage-bde command line in WinPe, it tells me I have to use powershell. So I have installed powershell and all the needed packages to my Winpe boot image, but haven't found any clear instructions of how to do the steps above (or the equivalent) using powershell commands. Any ideas?


Viewing all articles
Browse latest Browse all 21975

Trending Articles