Get-CertificateNotificationTask
Updated: August 15, 2012
Applies To: Windows Server 2012
Get-CertificateNotificationTask
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.
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
Related topics
