Get-VMTPM

Get-VMTPM

Gets the TPM configuration for virtual machines.

構文

Parameter Set: VMName
Get-VMTPM [-VMName] <String[]> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [ <CommonParameters>]

Parameter Set: VMObject
Get-VMTPM [-VM] <VirtualMachine[]> [ <CommonParameters>]

Parameter Set: VMSnapshot
Get-VMTPM [-VMSnapshot] <VMSnapshot> [ <CommonParameters>]

詳細説明

The Get-VMTPM cmdlet gets the configuration of the virtual Trusted Platform Module (TPM) for virtual machines.

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ComputerName<String[]>

Specifies one or more Hyper-V hosts that run this cmdlet. NetBIOS names, IP addresses, and fully qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.) to specify the local computer explicitly.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Credential<PSCredential[]>

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-VM<VirtualMachine[]>

Specifies an array of virtual machine objects for which this cmdlet gets the TPM settings. To obtain a virtual machine object, use the Get-VM cmdlet.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-VMName<String[]>

Specifies an array of virtual machine names for which this cmdlet gets the TPM settings.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-VMSnapshot<VMSnapshot>

Specifies a virtual machine checkpoint. This cmdlet gets the TPM configuration for the checkpoint of a virtual machine that this parameter specifies.

Checkpoint replaces the previous term, snapshot.

Aliases

VMCheckpoint

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.HyperV.Powershell.VMTPM

使用例

Example 1: Get a TPM by virtual machine name

This command gets the virtual TPM object for the virtual machine named VM01.

PS C:\> Get-VMTPM -VMName "VM01" 

関連項目

Add-VMTPM

Set-VMTPM

Get-VM