Remove-RASNotificationResource

NAME

Remove-RASNotificationResource

SYNOPSIS

Removes resource notifications.

SYNTAX

Remove-RASNotificationResource [-Id] <uint> [<CommonParameters>]

Remove-RASNotificationResource [-InputObject] <RASNotificationResource> [<CommonParameters>]

DESCRIPTION

A command to remove resource notifications

PARAMETERS


-Id <uint>

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-InputObject <RASNotificationResource>

        Required?                    true
        Position?                    0
        Default value                
        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 documentation. 

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES


---------- EXAMPLE 1 ----------

Remove-RASNotificationResource -Id 1

Removes resource notification with id 1.

---------- EXAMPLE 2 ----------

Get-RASNotificationResource -id 2 | Remove-RASNotificationResource

Removes resource notification by input object.

RELATED LINKS