Edit

Share via


Get-RDRemoteDesktop

Gets published Remote Desktop connections.

Syntax

Default (Default)

Get-RDRemoteDesktop
    [[-ConnectionBroker] <String>]
    [<CommonParameters>]

Description

The Get-RDRemoteDesktop cmdlet gets published Remote Desktop connections.

When you publish a Remote Desktop connection, the Remote Desktop Web Access (RD Web Access) server displays the Remote Desktop connection for the collection defined by the CollectionName parameter. RemoteApp and Desktop Connections that the user subscribes to also display published Remote Desktop connections.

Examples

Example 1: Get the published virtual desktops for all collections

PS C:\> Get-RDRemoteDesktop -ConnectionBroker "RDCB.Contoso.com"

This command gets the published virtual desktops for collections on the RD Connection Broker named RDCB.Contoso.com.

Parameters

-ConnectionBroker

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for a Remote Desktop deployment. If you do not specify a value, the cmdlet uses the fully qualified domain name (FQDN) of the local computer.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

Microsoft.RemoteDesktopServices.Management.RDPublishedRemoteDesktop