ConvertTo-TpmOwnerAuth
Creates a TPM owner authorization value from a supplied string.
ConvertTo-TpmOwnerAuth
[-PassPhrase] <String>
[<CommonParameters>]
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 Overviewhttp://technet.microsoft.com/en-us/library/jj131725.aspx in the Technet library at http://technet.microsoft.com/en-us/library/jj131725.aspx.
PS C:\> ConvertTo-TpmOwnerAuth -PassPhrase "Saturn1977&&"
puJvGK4O6Qvl0loP8r1bIxipDVo=
This command converts the string Saturn1977&& to an owner authorization value.
Specifies a pass phrase string. This cmdlet converts the pass phrase to an owner authorization value.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
String
A user-supplied pass phrase string.
String
An owner authorization value.