PowerShell Logo Small

Get-Tpm



This is the built-in help made by Microsoft for the command 'Get-Tpm', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 an object that contains information about a TPM.

SYNTAX


Get-Tpm [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-Tpm cmdlet gets a TpmObject. This object contains information about the Trusted Platform Module (TPM) on the current computer.


For more information on TPM, see the Trusted Platform Module Technology Overview in the Technet library at
http://technet.microsoft.com/en-us/library/jj131725.aspx.



<

RELATED LINKS

Clear-Tpm
Initialize-Tpm
Unblock-Tpm

REMARKS

<

Examples


Example 1: Display TPM information

PS C:\> Get-Tpm


TpmReady : False
TpmPresent : True
ManagedAuthLevel : Full
OwnerAuth :
OwnerClearDisabled : True
AutoProvisioning : Enabled
LockedOut : False
SelfTest : {191, 191, 245, 191...}



This command displays information about the TPM of the current computer.