PowerShell Logo Small

Get-RDAvailableApp



This is the built-in help made by Microsoft for the command 'Get-RDAvailableApp', 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

Retrieves a list of publishable applications from a collection.

SYNTAX


Get-RDAvailableApp [-CollectionName] <String> [-ConnectionBroker <String>] [<CommonParameters>]
Get-RDAvailableApp [-CollectionName] <String> [-ConnectionBroker <String>] -VirtualDesktopName <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDAvailableApp cmdlet retrieves a list of publishable applications from a collection specified in the CollectionName parameter.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=294210

REMARKS

<

Examples


Example 1: Retrieve the list of applications available to be published for a Session Collection

PS C:\> Get-RDAvailableApp -CollectionName "Session Collection" –ConnectionBroker "Rdcb.Contoso.com"



This command retrieves a list of the applications available from the session collection named Session Collection, on the RD Connection Broker server named Rdcb.Contoso.com.




Example 2: Retrieve the list of applications available to be published for a Virtual Desktop Collection

PS C:\> Get-RDAvailableApp -CollectionName "Virtual Desktop Pool" -ConnectionBroker "Rdcb.Contoso.com" -VirtualDesktopName "RDS-WKS-A26"



This command retrieves a list of the applications available from the session collection named Virtual Desk Pool, on the RDConnection Broker server named Rdcb.Contoso.com.
The cmdlet uses the virtual desktop named RDS-WKS-A26 as the source of a list of applications.