Skip to content

Latest commit

 

History

History
114 lines (79 loc) · 2.48 KB

Remove-CertificateNotificationTask.md

File metadata and controls

114 lines (79 loc) · 2.48 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.CertificateServices.PKIClient.Cmdlets.dll-Help.xml
pki
12/20/2016
2.0.0
Remove-CertificateNotificationTask

Remove-CertificateNotificationTask

SYNOPSIS

Removes a certificate notification task from Task Scheduler.

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

Remove-CertificateNotificationTask -Name "My Task"

This example removes the task named My Task.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

Identifies the notification task to be deleted.

Type: System.String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-WhatIf

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

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

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

OUTPUTS

None

NOTES

RELATED LINKS

Get-CertificateNotificationTask

New-CertificateNotificationTask

Switch-Certificate