Get-CertificateNotificationTask
Returns all registered certificate notification tasks.
Syntax
Get-CertificateNotificationTask []
Description
The Get-CertificateNotificationTask
cmdlet returns all certificate notification tasks currently
registered by the New-CertificateNotificationTask
cmdlet.
Examples
EXAMPLE 1
Get-CertificateNotificationTask
This example gets all certificate notification tasks currently registered by the
New-CertificateNotificationTask
cmdlet.
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.