Get-PA

NAME

Get-PA

SYNOPSIS

Retrieves information about one or multiple RAS Publishing Agent servers.

SYNTAX

Get-PA [[-Server] <string>] [[-SiteId] <uint>] [<CommonParameters>]

Get-PA [[-Id] <uint>] [<CommonParameters>]

DESCRIPTION

The Get-PA cmdlet is used to retrieve the information about one or multiple RAS Publishing Agent servers.

The cmdlet returns an array of objects of type PA, each containing properties of a RAS Publishing Agent server.

To see the complete list of object properties, use the Format-List cmdlet (see examples).

Note: the result set contains only the major server properties; it does not include all of the settings supported in RAS.

PARAMETERS


-Server <string>
The name of the RAS Publishing Agent server for which to retrieve the information.

This must be the actual server name used in the Parallels RAS farm.

        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID from which to retrieve the RAS Publishing Agent server information.

If the parameter is omitted, the Licensing Server site ID will be used.

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint>
The ID of the RAS Publishing Agent server for which to retrieve the information.

        Required?                    false
        Position?                    0
        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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS

PSAdmin.PA

EXAMPLES


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

Get-PA "server.company.dom" | Format-List

Retrieves properties of the specified RAS Publishing Agent server.

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

---------- EXAMPLE 2 ----------

Get-PA -Id 5

Retrieves properties of the RAS Publishing Agent server specified by ID.

RELATED LINKS

Parallels RAS v16.0