# Get-RASNotification.md

## NAME

Get-RASNotification

## SYNOPSIS

Retrieves notifications.

## SYNTAX

**Get-RASNotification** \[\[-[Id](#id-string)] *(uint)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

A generic command which retrieves all types of notifications, i.e. Resource and event.

## PARAMETERS

## SiteId (uint)

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

```
        Required?                    false

        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

[Notification](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/notification)

## EXAMPLES

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

Get-RASNotification -Id 1

Get notification with id 1.

## RELATED LINKS

* [Remove-RASNotification](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/remove-rasnotification)
