Initialize-Tpm

Initialize-Tpm

Performs part of the provisioning process for a TPM.

구문

Parameter Set: Default
Initialize-Tpm [[-AllowClear]] [[-AllowPhysicalPresence]] [ <CommonParameters>]

자세한 설명

The Initialize-Tpm cmdlet performs part of the provisioning process for a Trusted Platform Module (TPM). Provisioning is the process of preparing a TPM to be used. You may need to perform other steps to fully provision 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.

매개 변수

-AllowClear

Indicates that the provisioning process clears the TPM, if necessary, to move the TPM closer to complying with Windows Server® 2012 standards.

별칭

c

필수 여부

false

위치

2

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-AllowPhysicalPresence

Indicates that the provisioning process may send physical presence commands that require a user to be present in order to continue.

별칭

p

필수 여부

false

위치

3

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

  • SwitchParameter

출력

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

  • TpmProvisioningObject

    This cmdlet returns a TpmProvisioningObject object that includes the following information:

    -- TpmReady. Whether the TPM is complies with Windows Server® 2012 standards.
    -- RestartRequired. Whether the computer requires a restart to continue the provisioning process.
    -- ShutdownRequired. Whether the computer must be shut down to continue the provisioning process.
    -- ClearRequired. If this has a value of True, you must import an owner authorization value or remove the owner authorization value.
    -- PhysicalPresenceRequired. Whether a person must be at the computer during restart to continue the provisioning process.

예제

Example 1: Initialize a TPM

This command initializes a TPM. The ForceClearAllowed parameter means that the owner authorization value needs to be imported or reset in order for provisioning to continue. The PhysicalPresenceAllowed parameter means that a user must be present during a restart to continue the process.

The cmdlet returns an object with information about the state of the provisioning process.

PS C:\> Initialize-Tpm -ForceClearAllowed -PhysicalPresenceAllowed

관련 항목

Clear-Tpm

Get-Tpm

Unblock-Tpm