< Back
Get-RDAvailableApp
Post
NAME Get-RDAvailableApp
SYNOPSIS
Gets 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>]
DESCRIPTION
The Get-RDAvailableApp cmdlet gets a list of publishable applications from a collection specified in the CollectionName parameter.
PARAMETERS
-CollectionName <String>
Specifies the name of a personal virtual desktop collection.
Required? true
Position? 1
Default value none
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ConnectionBroker [<String>]
Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for a remote desktop deployment. If you do not supply a value, the
cmdlet uses the fully qualified domain name (FQDN) of the local computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-VirtualDesktopName <String>
Specifies the name of the virtual desktop. This parameter is required. The virtual desktop identified here must be a member of the of the
collection specified by the CollectionName parameter.
Required? true
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Microsoft.RemoteDesktopServices.Management.StartMenuApp
Example 1: Get the list of applications available to publish 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 RDConnection Broker
server named Rdcb.Contoso.com.
Example 2: Get the list of applications available to publish 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.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294210
SYNOPSIS
Gets 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>]
DESCRIPTION
The Get-RDAvailableApp cmdlet gets a list of publishable applications from a collection specified in the CollectionName parameter.
PARAMETERS
-CollectionName <String>
Specifies the name of a personal virtual desktop collection.
Required? true
Position? 1
Default value none
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ConnectionBroker [<String>]
Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for a remote desktop deployment. If you do not supply a value, the
cmdlet uses the fully qualified domain name (FQDN) of the local computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-VirtualDesktopName <String>
Specifies the name of the virtual desktop. This parameter is required. The virtual desktop identified here must be a member of the of the
collection specified by the CollectionName parameter.
Required? true
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Microsoft.RemoteDesktopServices.Management.StartMenuApp
Example 1: Get the list of applications available to publish 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 RDConnection Broker
server named Rdcb.Contoso.com.
Example 2: Get the list of applications available to publish 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.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294210