Get-RASPubVDIApp

NAME

Get-RASPubVDIApp

SYNOPSIS

Retrieves information about one or multiple published applications.

SYNTAX

Get-RASPubVDIApp [[-Idarrow-up-right] <uint>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Get-RASPubVDIApp [[-Namearrow-up-right] <string>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves information about one or multiple published applications. The cmdlet returns an array of objects of type PubVDIApp, each containing properties of a published application. To see the complete list of object properties, use the Format-List cmdlet (see examples)

PARAMETERS

-Name <string> Published resource name.

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

-Id <uint> Published resource ID.

-SiteId <uint> Site ID.

<CommonParameters>

INPUTS

-none-

OUTPUTS

PubVDIApparrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASPubVDIApp | Format-List Retrieves the information about all available published VDI applications. The Format-List cmdlet formats the display output to include the complete list of properties for each application. ---------- EXAMPLE 2 ---------- Get-RASPubVDIApp "My VDI App" Retrieves the information about an application specified by name. ---------- EXAMPLE 3 ---------- Get-RASPubVDIApp -Id 11 Retrieves the information about an application specified by ID.

Last updated