Windows PowerShell command on Get-command ConvertTo-TpmOwnerAuth
MyWebUniversity

Windows PowerShell command on Get-command ConvertTo-TpmOwnerAuth

NAME

ConvertTo-TpmOwnerAuth

SYNOPSIS

Creates a TPM owner authorization value from a supplied string.

SYNTAX

ConvertTo-TpmOwnerAuth [-PassPhrase] []

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

(http://technet.microsoft.com/en-us/library/jj131725.aspx) in the Technet library.

PARAMETERS

-PassPhrase

Specifies a pass phrase string. This cmdlet converts the pass phrase to an owner authorization value. Required? true Position? 2 Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

String

This cmdlet accepts a user-supplied pass phrase string.

OUTPUTS

String This cmdlet returns an owner authorization value.

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.

RELATED LINKS

Online Version:

Import-TpmOwnerAuth

Set-TpmOwnerAuth



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™