Syntax
Get-VTpm -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]Related Commands
New-VTpmDetailed Description
This cmdlet retrieves the virtual tpm devices available on given virtual machines. The cmdlet returns virtual tpm devices that correspond to the filter citeria specified by the provided paramters.Parameters
Return Type
Zero or more VTpm objectsNotes
Examples
-------------------------- Example 1 --------------------------
$vm = Get-VM "MyVM" Get-VTpm -VM $vm
Retrieves the VTpm device of the virtual machine named "MyVM".