ConvertTo-TpmOwnerAuth

ConvertTo-TpmOwnerAuth

Creates a TPM owner authorization value from a supplied string.

구문

Parameter Set: Default
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 Overview in the Technet library at https://technet.microsoft.com/en-us/library/jj131725.aspx.

매개 변수

-PassPhrase<String>

Specifies a pass phrase string. This cmdlet converts the pass phrase to an owner authorization value.

별칭

없음

필수 여부

true

위치

2

기본값

없음

파이프라인 입력 적용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • String

    A user-supplied pass phrase string.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • String

    An owner authorization value.

예제

Example 1: Convert to owner authorization value

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

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

관련 항목

Import-TpmOwnerAuth

Set-TpmOwnerAuth