Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.63 KB

Get-HgsAttestationSignerCertificate.md

File metadata and controls

51 lines (35 loc) · 1.63 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.Windows.RemoteAttestation.Server.PowerShell.dll-Help.xml
HgsAttestation
12/20/2016
2.0.0
Get-HgsAttestationSignerCertificate

Get-HgsAttestationSignerCertificate

SYNOPSIS

Gets the public certificates for a key pair that attestation uses to sign attestation certificates.

SYNTAX

Get-HgsAttestationSignerCertificate [<CommonParameters>]

DESCRIPTION

The Get-HgsAttestationSignerCertificate cmdlet gets the signer certificate for Host Guardian Service (HGS) attestation. The Attestation Service signs attestation certificates by using a key pair. This cmdlet gets the public certificate that corresponds to that key pair.

EXAMPLES

Example 1: Get signer certificates

PS C:\> Get-HgsAttestationSignerCertificate

This command gets Attestation Service signer certificates.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

System.Security.Cryptography.X509Certificates.X509Certificate2

This cmdlet returns an X.509 certificate.

NOTES

RELATED LINKS