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?

A.
Initialize-Tpm
B.
Import-TpmOwnerAuth
C.
repair-bde.exe
D.
bdehdcfg-exe
Explanation:
Same question here: https://www.briefmenow.org/microsoft/what-should-you-run-on-server1-53/
0
0
B
6
0
B.
Import-TpmOwnerAuth -OwnerAuthorization “Qn2sdCFQmvjf+tBtSWH4GT87sQs=”
or
Import-TpmOwnerAuth -File “OwnAuthFile.tpm”
https://docs.microsoft.com/en-us/powershell/module/trustedplatformmodule/import-tpmownerauth?view=win10-ps
2
0
no B
The Import-TpmOwnerAuth cmdlet imports a valid Trusted Platform Module (TPM) owner authorization value to the registry.
change
Changes the TPM owner authorization value
this question is strange
0
0
Set-TpmOwnerAuth
Changes the TPM owner authorization value.
0
0