# Get-RASPrintingAutoInstallFont

## NAME

Get-RASPrintingAutoInstallFont

## SYNOPSIS

Retrieves the Parallels RAS Auto install fonts settings.

## SYNTAX

**Get-RASPrintingAutoInstallFont** \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves the Parallels RAS Auto install fonts settings.

## PARAMETERS

## SiteId (uint)

The site ID.

To obtain the ID of a desired site, use the Get-Sites cmdlet.

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

## INPUTS

-none-

## OUTPUTS

[String](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/String.md)

## EXAMPLES

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

Get-RASPrintingAutoInstallFont

Retrieves the RAS Universal Printing Auto install fonts settings.

## RELATED LINKS

* [Get-RASPrintingSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasprintingsettings)
* [Set-RASPrintingSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasprintingsettings)
* [Add-RASPrintingAutoInstallFont](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/add-rasprintingautoinstallfont)
* [Remove-RASPrintingAutoInstallFont](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rasprintingautoinstallfont)
