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.

        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

-none-

EXAMPLES

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

Remove-RASPrintingAutoInstallFont -FontName "arialbd.ttf"

Removes the font from RAS Universal Printing Auto install fonts settings.

Last updated