New-TrustAuthorityTpm2EndorsementKey
Synopsis
New-TrustAuthorityTpm2EndorsementKey [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -Tpm2EndorsementKey <Tpm2EndorsementKey[]> [-RunAsync] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-TrustAuthorityTpm2EndorsementKey [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -Name <string> [-Certificate <X509Certificate2>] [-CertificateFile <string>] [-PublicKey <string>] [-RunAsync] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-TrustAuthorityTpm2EndorsementKey [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -FilePath <string> [-RunAsync] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Syntax
syntaxItem
----------
{@{name=New-TrustAuthorityTpm2EndorsementKey; CommonParameters=True; WorkflowCommonParameters=False; parameter=System.Object[]}, @{name=New-TrustAuthorityTpm2EndorsementKey; CommonParameters=True; WorkflowCommonParameters=False; parameter=System.Object[]}, @{name=New-TrustAuthorityTpm2EndorsementKey; CommonParameters=True; WorkflowCommonParameters=False; parameter=System.Object[]}}Related Commands
Detailed Description
Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|
TrustAuthorityCluster | TrustAuthorityCluster | | false | true (ByValue) |
Certificate | X509Certificate2 | | false | false |
CertificateFile | string | | false | false |
Confirm | switch | | false | false |
FilePath | string | | true | false |
Name | string | | true | false |
PublicKey | string | | false | false |
RunAsync | switch | | false | false |
Server | VIServer[] | | false | true (ByValue) |
Tpm2EndorsementKey | Tpm2EndorsementKey[] | | true | true (ByValue) |
WhatIf | switch | | false | false |
Return Type
VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityTpm2EndorsementKey
Notes
Examples
Copyright © VMware, Inc. All rights reserved.