PowerShell Logo Small

ConvertTo-TpmOwnerAuth



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

Creates a TPM owner authorization value from a supplied string.

SYNTAX


ConvertTo-TpmOwnerAuth [-PassPhrase] <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The ConvertTo-TpmOwnerAuth cmdlet creates a Trusted Platform Module (TPM) owner authorization value based on a pass phrase string. A computer requires an owner authorization
value to manage a TPM.


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=306666
Import-TpmOwnerAuth
Set-TpmOwnerAuth

REMARKS

<

Examples


Example 1: Convert to owner authorization value

PS C:\> ConvertTo-TpmOwnerAuth -PassPhrase "Saturn1977&&"
puJvGK4O6Qvl0loP8r1bIxipDVo=



This command converts the string Saturn1977&& to an owner authorization value.