# Get-RASPrintingSettings

### NAME

Get-RASPrintingSettings\ <br>

### SYNOPSIS

Retrieves the Parallels RAS Universal Printing settings.\ <br>

### SYNTAX

Get-RASPrintingSettings \[-[SiteId](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASPrintingSettings.html#SiteId) *\<uint>*] \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASPrintingSettings.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Retrieves the Parallels RAS Universal Printing settings.\ <br>

### PARAMETERS

\
-**SiteId \<uint>**\
The site ID.\
\
To obtain the ID of a desired site, use the Get-Sites cmdlet.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                0
```

```
        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 . 
```

<br>

### INPUTS

-none-

### OUTPUTS

[PrintingSettings](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/PrintingSettings.html)

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Get-RASPrintingSettings\
\
Retrieves the RAS Universal Printing settings.\
\&#xNAN;**---------- EXAMPLE 2 ----------**\
\
Get-RASPrintingSettings | Format-List\
\
Retrieves the RAS Universal Printing settings.\
\
The Format-List cmdlet formats the display output to include all available farm properties.<br>
