Get-RASPubRDSDesktop

NAME

Get-RASPubRDSDesktop

SYNOPSIS

Retrieves information about one or multiple published desktops.

SYNTAX

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

DESCRIPTION

Retrieves information about one or multiple published desktops. The cmdlet returns an array of objects of type PubRDSDesktop. 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

PubRDSDesktoparrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASPubRDSDesktop | Format-List Retrieves information about all available published desktops. The Format-List cmdlet formats the display output to include all available desktop properties. ---------- EXAMPLE 2 ---------- Get-RASPubRDSDesktop "My RDS Desktop" Retrieves the information about a desktop specified by name. ---------- EXAMPLE 3 ---------- Get-RASPubRDSDesktop -Id 11 Retrieves the information about a desktop specified by ID.

Last updated