Freigeben über


Get-RDRemoteDesktop

Get-RDRemoteDesktop

Gets published Remote Desktop connections.

Syntax

Parameter Set: Default
Get-RDRemoteDesktop [[-ConnectionBroker] <String> ] [ <CommonParameters>]

Detaillierte Beschreibung

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.

Parameter

-ConnectionBroker<String>

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.

Aliasse

Keiner

Erforderlich?

false

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • Microsoft.RemoteDesktopServices.Management.RDPublishedRemoteDesktop

Beispiele

Example 1: Get the published virtual desktops for all collections

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

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

Verwandte Themen

Set-RDRemoteDesktop