TPM Cmdlets in Windows PowerShell

Windows PowerShell® est un interpréteur en ligne de commande et un langage de script basé sur des tâches, conçu spécialement pour l’administration système. Cette rubrique de référence pour les informaticiens fournit une assistance sur l’utilisation des applets de commande Windows PowerShell pour écrire des scripts et automatiser des tâches.

Trusted Platform Module (TPM) Cmdlets

This reference provides cmdlet descriptions and syntax for all TPM cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Clear-Tpm

Resets a TPM to its default state.

ConvertTo-TpmOwnerAuth

Creates a TPM owner authorization value.

Disable-TpmAutoProvisioning

Disables TPM auto-provisioning.

Enable-TpmAutoProvisioning

Enables TPM provisioning for the next restart.

Get-Tpm

Gets an object that contains information about a TPM.

Get-TpmEndorsementKeyInfo

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

Get-TpmSupportedFeature

Verifies whether a TPM supports specified features.

Import-TpmOwnerAuth

Imports a TPM owner authorization value to the registry.

Initialize-Tpm

Performs part of the provisioning process for a TPM.

Set-TpmOwnerAuth

Changes the TPM owner authorization value.

Unblock-Tpm

Ends a TPM lockout.

Notes

To list all the cmdlets that are available, use the Get-Command –Module TrustedPlatformModule cmdlet.

Pour plus d’informations sur les applets de commande ou leur syntaxe, utilisez l’applet de commande Get-Help <nom de l’applet de commande>, où <nom de l’applet de commande> est le nom de l’applet de commande que vous voulez rechercher. Pour plus d’informations, vous pouvez exécuter les applets de commande suivantes :

Get-Help <nom de l’applet de commande> -Detailed
Get-Help <nom de l’applet de commande> -Examples
Get-Help <nom de l’applet de commande> -Full

More Information

For more information about the cmdlets, see the following:

Trusted Platform Module Technology Overview