PowerShell Logo Small

Get-TpmSupportedFeature



This is the built-in help made by Microsoft for the command 'Get-TpmSupportedFeature', 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

Verifies whether a TPM supports specified features.

SYNTAX


Get-TpmSupportedFeature [[-FeatureList] <StringCollection>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-TpmSupportedFeature cmdlet verifies whether a Trusted Platform Module (TPM) supports specified TPM features. Not all TPMs support all features.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1: Verify support for key attestation

PS C:\> Get-TpmSupportedFeatures -FeatureList "Key Attestation"
key attestation



This command verifies whether TPM supports the key attestation feature. The cmdlet displays the string, key attestation, so TPM supports that feature.