Upgrading Your Skills to MCSA: Windows Server 2016 — Question 48
You have a server named Server1.
You enable BitLocker Drive Encryption (BitLocker) on Server1.
You need to change the password for the Trusted Platform Module (TPM) chip.
What should you run on Server1?
Answer options
- A. Initialize-Tpm
- B. Import-TpmOwnerAuth
- C. repair-bde.exe
- D. bdehdcfg-exe
Correct answer: B
Explanation
The correct command to change the TPM password is Import-TpmOwnerAuth, which allows you to set a new owner authorization value for the TPM. The other options, such as Initialize-Tpm, are used for initializing the TPM rather than changing its password. Additionally, repair-bde.exe and bdehdcfg.exe are not related to TPM management.