Get-RdsStartMenuApp

Lists start menu applications available for publishing to an app group.

Syntax

Get-RdsStartMenuApp
   [-TenantName] <String>
   [-HostPoolName] <String>
   [-AppGroupName] <String>
   [<CommonParameters>]

Description

The Get-RdsStartMenuApp cmdlet lists start menu applications available for publishing to the specified app group. Applications listed when running this command can be published with the New-RdsRemoteApp cmdlet by providing the app alias.

Applications may not be listed when running this command if it is not installed on all session hosts in the host pool or if the application does not have a registered shortcut in the start menu.

Examples

Example 1: List all start menu applications available for publishing to an app group

PS C:\> Get-RdsStartMenuApp -TenantName "contoso" -HostPoolName "contosoHostPool" -AppGroupName "officeApps"

TenantGroupName      : Default Tenant Group
TenantName           : contoso
HostPoolName         : contosoHostPool
AppGroupName         : officeApps
AppAlias             : excel
FriendlyName         : Excel
FilePath             : C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE
CommandLineArguments :
IconPath             : C:\Program Files\Microsoft
                       Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\xlicons.exe
IconIndex            : 0

TenantGroupName      : Default Tenant Group
TenantName           : contoso
HostPoolName         : contosoHostPool
AppGroupName         : officeApps
AppAlias             : powerpoint
FriendlyName         : PowerPoint
FilePath             : C:\Program Files\Microsoft Office\root\Office16\POWERPNT.EXE
CommandLineArguments :
IconPath             : C:\Program Files\Microsoft
                       Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\pptico.exe
IconIndex            : 0

This command list of start menu applications available for publishing to the specified app group.

Parameters

-AppGroupName

The name of the app group.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-HostPoolName

The name of the host pool.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TenantName

The name of the tenant.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.String

Outputs

Microsoft.RDInfra.RDManagementData.RdMgmtStartMenuApp