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.
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.
RELATED LINKS
Last updated