Remove-RASPrintingAutoInstallFont

NAME

Remove-RASPrintingAutoInstallFont

SYNOPSIS

Removes an Auto install font from Parallels RAS Universal Printing settings.

SYNTAX

Remove-RASPrintingAutoInstallFont -FontName <string> [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Removes an Auto install font from Parallels RAS Universal Printing settings.

PARAMETERS

-FontName <string> Auto Install Font Name.

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

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

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASPrintingAutoInstallFont -FontName "arialbd.ttf" Removes the font from RAS Universal Printing Auto install fonts settings.

Last updated