Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlieberman-gov/915fda005e3297570e9e6e68e1708bc6 to your computer and use it in GitHub Desktop.
Save hlieberman-gov/915fda005e3297570e9e6e68e1708bc6 to your computer and use it in GitHub Desktop.
Windows Powershell TPM cmdlets
PS C:\Windows\system32> Get-Tpm
TpmPresent : True
TpmReady : True
ManufacturerId : 1095582720
ManufacturerIdTxt : AMD
ManufacturerVersion : 2.10
ManufacturerVersionFull20 : 2.10.0.1
ManagedAuthLevel : Full
OwnerAuth : H+97feEFjM9z3wQIiLptnWHYals=
OwnerClearDisabled : False
AutoProvisioning : Enabled
LockedOut : False
LockoutHealTime : 10 minutes
LockoutCount : 0
LockoutMax : 31
SelfTest : {}
PS C:\Windows\system32> Get-TpmEndorsementKeyInfo
IsPresent : True
PublicKey : System.Security.Cryptography.AsnEncodedData
PublicKeyHash :
ManufacturerCertificates : {[Subject]
TPMVersion=id:0002000A, TPMModel="AMD ", TPMManufacturer=id:414D4400
[Issuer]
CN=TPMINTRM, O=Advanced Micro Devices, S=CA, L=Sunnyvale, C=US, OU=Engineering
[Serial Number]
0A0B848014A458A248235C36121F46AD
[Not Before]
6/7/2016 8:12:00 AM
[Not After]
6/7/2026 8:12:00 AM
[Thumbprint]
57F924F6B597DB98A59B41113FD31429B8ACA008
}
AdditionalCertificates : {}
PS C:\Windows\system32> Get-TpmSupportedFeature
key attestation
PS C:\Windows\system32>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment