Get-CertificateNotificationTask

Get-CertificateNotificationTask

Returns all registered certificate notification tasks.

Syntax

Get-CertificateNotificationTask [ <CommonParameters>]

Detailed Description

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

Parameters

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.CertificateServices.Command.CertificateNotificationTask

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

Examples

EXAMPLE 1

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

PS C:\> Get-CertificateNotificationTask

New-CertificateNotificationTask

Remove-CertificateNotificationTask

Switch-Certificate