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