You have a server named Server 1.
You enable BitLocker Drive Encryption (BitLocker) on Server 1.
You need to change the password for the Trusted Platform Module (TPM) chip.
What should you run on Server1?
A.
Manage-bde.exe
B.
Set-TpmOwnerAuth
C.
bdehdcfg.exe
D.
tpmvscmgr.exe
Explanation:
The Set-TpmOwnerAuthcmdlet changes the current owner authorization value of the Trusted
Platform Module (TPM) to a new value. You can specify the current owner authorization value or
specify a file that contains the current owner authorization value. If you do not specify an owner
authorization value, the cmdlet attempts to read the value from the registry.
Use the ConvertTo-TpmOwnerAuthcmdlet to create an owner authorization value. You can specify a
new owner authorization value or specify a file that contains the new value.
The Answer is B:
Syntax
Set-TpmOwnerAuth -File -NewFile []
Set-TpmOwnerAuth -File -NewOwnerAuthorization []
Set-TpmOwnerAuth [[-OwnerAuthorization] ] -NewFile []
Set-TpmOwnerAuth [[-OwnerAuthorization] ] -NewOwnerAuthorization []
Ref:https://technet.microsoft.com/library/jj603116.aspx
The question does not say anything about OS. For windows 7 and 2k8 r2 you can also use
Manage-BDE -tpm -takeownership
Exam 70-411: Administering Windows Server 2012
B is more pertinent