PowerShell Logo Small

Enable-TpmAutoProvisioning



This is the built-in help made by Microsoft for the command 'Enable-TpmAutoProvisioning', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Enables TPM auto-provisioning.

SYNTAX


Enable-TpmAutoProvisioning [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-TpmAutoProvisioning cmdlet enables Trusted Platform Module (TPM) provisioning to occur during auto-provisioning. Provisioning is the process of preparing a
TPM to be used. You can use the Disable-TpmAutoProvisioning cmdlet to prevent auto-provisioning, either permanently or for the next restart.


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

Online Version: http://go.microsoft.com/fwlink/p/?linkid=306668
Disable-TpmAutoProvisioning

REMARKS

<

Examples


Example 1: Enable auto-provisioning

PS C:\> Enable-TpmAutoProvisioning


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



This command enables auto-provisioning for the current computer.