Get-RASPrintingAutoInstallFont

NAME

Get-RASPrintingAutoInstallFont

SYNOPSIS

Retrieves the Parallels RAS Auto install fonts settings.

SYNTAX

Get-RASPrintingAutoInstallFont [- SiteId <uint> ] [ < 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[]

EXAMPLES


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

Get-RASPrintingAutoInstallFont

Retrieves the RAS Universal Printing Auto install fonts settings.

RELATED LINKS