Enabling TPM with powershell (HELP!) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Enabling TPM with powershell (HELP!)

I am attempting to enable TPM with a script so I can deploy bitlocker to many workstations over a short amount of time for work. I am stuck and my script does not work (Returns with an exit code of 6). I have searched everywhere and this is what I seem to find. The only way I can do it currently is through BIOS but that takes too much time. especially for hundreds of computers. Please Help! I have a HP Prodesk 600 G1. Script: $s = gwmi -class hp_biossettinginterface -Namespace "root\hp\instrumentedbios" $s.SetBIOSSetting('OS management of Embedded Security Device','Disable') Output: PS C:\> ./TPMEnabler.ps1 __GENUS : 2 __CLASS : __PARAMETERS __SUPERCLASS : __DYNASTY : __PARAMETERS __RELPATH : __PROPERTY_COUNT : 1 __DERIVATION : {} __SERVER : __NAMESPACE : __PATH : Return : 6 PSComputerName : PS C:\> Nothing happens after script is ran. PS. Im a Powershell Noob

22nd May 2019, 4:06 PM
Zach Schuerbeke
Zach Schuerbeke - avatar
1 Answer
15th Jun 2019, 1:18 AM
haydenki
haydenki - avatar