< Back

Remove-CertificateNotificationTask

Wed Jan 30, 2019 5:58 pm

NAME Remove-CertificateNotificationTask



SYNOPSIS

Removes a certificate notification task from Task Scheduler.





SYNTAX

Remove-CertificateNotificationTask [-Name] <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-CertificateNotificationTask cmdlet removes from Task Scheduler a certificate notification task that was registered with the

New-CertificateNotificationTask cmdlet.





PARAMETERS

-Name <String>

Identifies the notification task to be deleted.



Required? true

Position? 1

Default value none

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



<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

System.String



A String containing the name of the task to be removed.





OUTPUTS

None









EXAMPLE 1



PS C:\\>Remove-CertificateNotificationTask -Name "My Task"



This example removes the task named My Task.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287538

Get-CertificateNotificationTask

New-CertificateNotificationTask

Switch-Certificate