PowerShell Logo Small

Get-RDRemoteApp



This is the built-in help made by Microsoft for the command 'Get-RDRemoteApp', 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 RemoteApp programs in a Remote Desktop deployment.

SYNTAX


Get-RDRemoteApp [[-CollectionName] <String>] [[-Alias] <String>] [-ConnectionBroker <String>] [-DisplayName <String[]>] [<CommonParameters>]



Search powershellhelp.space

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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294218
New-RDRemoteApp
Remove-RDRemoteApp
Set-RDRemoteApp

REMARKS

<

Examples


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.