Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.8 KB

Get-CertificateNotificationTask.md

File metadata and controls

58 lines (38 loc) · 1.8 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.CertificateServices.PKIClient.Cmdlets.dll-Help.xml
pki
12/20/2016
2.0.0
Get-CertificateNotificationTask

Get-CertificateNotificationTask

SYNOPSIS

Returns all registered certificate notification tasks.

SYNTAX

Get-CertificateNotificationTask [<CommonParameters>]

DESCRIPTION

The Get-CertificateNotificationTask cmdlet returns all certificate notification tasks currently registered by the New-CertificateNotificationTask cmdlet.

EXAMPLES

EXAMPLE 1

PS C:\>Get-CertificateNotificationTask

This example gets all certificate notification tasks currently registered by the New-CertificateNotificationTask cmdlet.

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

None

None

OUTPUTS

Microsoft.CertificateServices.Command.CertificateNotificationTask

This cmdlet returns a CertificateNotificationTask object for each certificate notification task that is currently registered by the New-CertificateNotificationTask cmdlet.

NOTES

RELATED LINKS

New-CertificateNotificationTask

Remove-CertificateNotificationTask

Switch-Certificate