NAME
Get-CertificateNotificationTask
SYNOPSIS
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.
PARAMETERS
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
None NoneOUTPUTS
Microsoft.CertificateServices.Command.CertificateNotificationTask This cmdlet returns a CertificateNotificationTask object for each certificate notification task that iscurrently registered by the New-CertificateNotificationTask cmdlet.
EXAMPLE 1
PS C:\>Get-CertificateNotificationTask
This example gets all certificate notification tasks currently registered by the New-CertificateNotificationTask
cmdlet.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287531New-CertificateNotificationTask
Remove-CertificateNotificationTask
Switch-Certificate