PowerShell Logo Small

Get-RDRemoteDesktop



This is the built-in help made by Microsoft for the command 'Get-RDRemoteDesktop', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets published Remote Desktop connections.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-RDRemoteDesktop cmdlet gets published Remote Desktop connections.


When you publish a Remote Desktop connection, the Remote Desktop Web Access (RDWebAccess) 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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294219
Set-RDRemoteDesktop

REMARKS

<

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.