Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.58 KB

Get-DHASActiveSigningCertificate.md

File metadata and controls

53 lines (35 loc) · 1.58 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.DeviceHealthAttestation.PowerShell.dll-Help.xml
DeviceHealthAttestation
12/20/2016
2.0.0
Get-DHASActiveSigningCertificate

Get-DHASActiveSigningCertificate

SYNOPSIS

Gets the active signing certificate.

SYNTAX

Get-DHASActiveSigningCertificate [<CommonParameters>]

DESCRIPTION

The Get-DHASActiveSigningCertificate cmdlet gets the active signing certificate thumbprint for the Device Health Attestation service.

You must have administrator rights to run this cmdlet.

EXAMPLES

Example 1: Get the active signing certificate

PS C:\> Get-DHASActiveSigningCertificate

This command gets the active signing certificate thumbprint for the Device Health Attestation service.

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.

INPUTS

OUTPUTS

String

This cmdlet returns the active signing certificate thumbprint.

NOTES

RELATED LINKS

Set-DHASActiveSigningCertificate