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?

July 1st, 2013 9:31pm

You may refer to:

http://technet.microsoft.com/en-us/library/jj647767.aspx
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2013 3:46am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics