PowerShell Logo Small

Get-TpmEndorsementKeyInfo



This is the built-in help made by Microsoft for the command 'Get-TpmEndorsementKeyInfo', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets information about the endorsement key and certificates of the TPM.

SYNTAX


Get-TpmEndorsementKeyInfo [[-HashAlgorithm] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-TpmEndorsementKeyInfo cmdlet gets information about the endorsement public key and certificates of the Trusted Platform Module (TPM).



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=309221

REMARKS

<

Examples


Example 1: Get endorsement key information

PS C:\> Get-TpmEndorsementKeyInfo -Hash "Sha256"
IsPresent : True
PublicKey : System.Security.Cryptography.AsnEncodedData
PublicKeyHash : 70769c52b6e24ef683693c2a0208da68d77e94192e1f4080ae7c9b97c6caa681
ManufacturerCertificates : {[Subject]
OID.2.23.133.2.3=1.2,
OID.2.23.133.2.2=C4T8SOX3.5,
OID.2.23.133.2.1=id:782F345A

[Issuer]
CN=Contoso TPM CA1, OU=Contoso
Certification Authority, O=Contoso, C=KR

[Serial Number]
77A120A

[Not Before]
6/4/2012 6:35:58 PM

[Not After]
6/4/2022 6:35:57 PM

[Thumbprint]
77378D1480AB48FEA2D4E610B2C7EEF648FEA2
}
AdditionalCertificates : {}



This command gets information about the endorsement key of the TPM. The command uses the Sha256 algorithm to hash the public key.