All pages
Powered by GitBook
1 of 1

Loading...

Remove-RASNotificationEvent.md

NAME

Remove-RASNotificationEvent

SYNOPSIS

Removes event notifications.

SYNTAX

**Remove-RASNotificationEvent [] (uint) [()]

**Remove-RASNotificationEvent [-] () [()]

DESCRIPTION

A command to remove event notifications.

PARAMETERS

Id (uint)

Notification ID.

InputObject

() Input object from pipeline or by parameter.

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

**---------- EXAMPLE 1 ----------

Remove-RASNotificationEvent -Id 1

Removes event notification with id 1. **---------- EXAMPLE 2 ----------

Get-RASNotificationEvent -id 2 | Remove-RASNotificationEvent

Removes event notification by input object.

RELATED LINKS

Id
CommonParameters
InputObject
NotificationEvent
CommonParameters
NotificationEvent
Get-RASNotificationEvent
Set-RASNotificationEvent
New-RASNotificationEvent
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation.