Remove-Certificate
Notification
Task
Syntax
Remove-CertificateNotificationTask
[-Name] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-CertificateNotificationTask cmdlet removes from Task Scheduler a certificate notification task that was registered with the New-CertificateNotificationTask cmdlet.
Examples
EXAMPLE 1
PS C:\>Remove-CertificateNotificationTask -Name "My Task"
This example removes the task named My Task.
Required Parameters
Identifies the notification task to be deleted.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName, ByValue) |
Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
System.String
A String containing the name of the task to be removed.
Outputs
None