< Back
Get-RDRemoteApp
Post
NAME Get-RDRemoteApp
SYNOPSIS
Gets RemoteApp programs in a Remote Desktop deployment.
SYNTAX
Get-RDRemoteApp [[-CollectionName] <String>] [[-Alias] <String>] [-ConnectionBroker <String>] [-DisplayName <String[]>] [<CommonParameters>]
DESCRIPTION
The Get-RDRemoteApp cmdlet gets Windows Server 2012 RemoteApp programs in a Remote Desktop deployment. You can specify a collection name, an
alias, or one or more display names.
RemoteApp allows Remote Desktop Services (RDS) to run a program remotely that appears as if it runs locally on a client computer. A RemoteApp
program runs in its own resizable window and has its own entry on the taskbar.
PARAMETERS
-Alias [<String>]
Specifies an alias for a RemoteApp program.
Required? false
Position? 2
Default value none
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-CollectionName [<String>]
Specifies the name of a personal virtual desktop collection or session collection.
Required? false
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 specify 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
-DisplayName [<String[]>]
Specifies an array of names to display to users for RemoteApp programs. You can use a wildcard character.
Required? false
Position? named
Default value none
Accept pipeline input? True (ByPropertyName)
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.RemoteApp
Example 1: Get RemoteApp programs for a collection
PS C:\\> Get-RDRemoteApp -CollectionName "Session Collection"
This command gets RemoteApp programs for the collection named Session Collection, as specified by the CollectionName parameter.
Example 2: Get RemoteApp programs by using a display name
PS C:\\> Get-RDRemoteApp -DisplayName Note*
This command gets RemoteApp programs that begin with the string Note.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294218
New-RDRemoteApp
Remove-RDRemoteApp
Set-RDRemoteApp
SYNOPSIS
Gets RemoteApp programs in a Remote Desktop deployment.
SYNTAX
Get-RDRemoteApp [[-CollectionName] <String>] [[-Alias] <String>] [-ConnectionBroker <String>] [-DisplayName <String[]>] [<CommonParameters>]
DESCRIPTION
The Get-RDRemoteApp cmdlet gets Windows Server 2012 RemoteApp programs in a Remote Desktop deployment. You can specify a collection name, an
alias, or one or more display names.
RemoteApp allows Remote Desktop Services (RDS) to run a program remotely that appears as if it runs locally on a client computer. A RemoteApp
program runs in its own resizable window and has its own entry on the taskbar.
PARAMETERS
-Alias [<String>]
Specifies an alias for a RemoteApp program.
Required? false
Position? 2
Default value none
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-CollectionName [<String>]
Specifies the name of a personal virtual desktop collection or session collection.
Required? false
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 specify 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
-DisplayName [<String[]>]
Specifies an array of names to display to users for RemoteApp programs. You can use a wildcard character.
Required? false
Position? named
Default value none
Accept pipeline input? True (ByPropertyName)
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.RemoteApp
Example 1: Get RemoteApp programs for a collection
PS C:\\> Get-RDRemoteApp -CollectionName "Session Collection"
This command gets RemoteApp programs for the collection named Session Collection, as specified by the CollectionName parameter.
Example 2: Get RemoteApp programs by using a display name
PS C:\\> Get-RDRemoteApp -DisplayName Note*
This command gets RemoteApp programs that begin with the string Note.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294218
New-RDRemoteApp
Remove-RDRemoteApp
Set-RDRemoteApp