Get-RDRemoteApp

Get-RDRemoteApp

Gets RemoteApp programs in a Remote Desktop deployment.

구문

Parameter Set: Default
Get-RDRemoteApp [[-CollectionName] <String> ] [[-Alias] <String> ] [-ConnectionBroker <String> ] [-DisplayName <String[]> ] [ <CommonParameters>]

자세한 설명

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.

매개 변수

-Alias<String>

Specifies an alias for a RemoteApp program.

별칭

없음

필수 여부

false

위치

2

기본값

없음

파이프라인 입력 적용 여부

True (ByPropertyName)

와일드카드 문자 허용 여부

false

-CollectionName<String>

Specifies the name of a personal virtual desktop collection or session collection.

별칭

없음

필수 여부

false

위치

1

기본값

없음

파이프라인 입력 적용 여부

True (ByPropertyName)

와일드카드 문자 허용 여부

false

-ConnectionBroker<String>

Specifies the Remote Desktop Connection Broker (RD Connection 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.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-DisplayName<String[]>

Specifies an array of names to display to users for RemoteApp programs. You can use a wildcard character.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

True (ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Microsoft.RemoteDesktopServices.Management.RemoteApp

예제

Example 1: Get RemoteApp programs for a collection

This command gets RemoteApp programs for the collection named Session Collection, as specified by the CollectionName parameter.

PS C:\> Get-RDRemoteApp -CollectionName "Session Collection"

Example 2: Get RemoteApp programs by using a display name

This command gets RemoteApp programs that begin with the string Note.

PS C:\> Get-RDRemoteApp -DisplayName Note*

관련 항목

New-RDRemoteApp

Remove-RDRemoteApp

Set-RDRemoteApp