Get-RASPrintingSettings

NAME

Get-RASPrintingSettings

SYNOPSIS

Retrieves the Parallels RAS Universal Printing settings.

SYNTAX

Get-RASPrintingSettings [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves the Parallels RAS Universal Printing settings.

PARAMETERS

SiteId (uint)

The site ID.

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

(CommonParameters)

INPUTS

-none-

OUTPUTS

PrintingSettings

EXAMPLES

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

Get-RASPrintingSettings

Retrieves the RAS Universal Printing settings. ---------- EXAMPLE 2 ----------

Get-RASPrintingSettings | Format-List

Retrieves the RAS Universal Printing settings.

The Format-List cmdlet formats the display output to include all available farm properties.

Last updated