< Back

Get-CertificateNotificationTask

Wed Jan 30, 2019 5:57 pm

NAME 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.





PARAMETERS

<CommonParameters>

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



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.





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=287531

New-CertificateNotificationTask

Remove-CertificateNotificationTask

Switch-Certificate