Remove-CertificateNotificationTask

Remove-CertificateNotificationTask

Removes a certificate notification task from Task Scheduler.

構文

Parameter Set: Default
Remove-CertificateNotificationTask [-Name] <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

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

パラメーター

-Name<String>

Identifies the notification task to be deleted.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true (ByValue, ByPropertyName)

ワイルドカード文字の受け入れ

false

-Confirm

コマンドレットを実行する前に確認メッセージを表示します。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-WhatIf

コマンドレットが実行された場合に何が起きるのかを示します。コマンドレットは実行されません。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • System.String

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

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • None

使用例

EXAMPLE 1

This example removes the task named My Task.

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

関連項目

Get-CertificateNotificationTask

New-CertificateNotificationTask

Switch-Certificate