HOTSPOT
You have a server that runs Windows Server 2012 R2 server named Server1. Server1 has Remote Desktop Services (RDS) installed. You create a session collection named Session1 and publish a RemoteApp in Session1.
Server1 has an application named App1. The executable for App1 is C:\Apps\App1.exe.
You need to ensure that App1 is available as a RemoteApp in Session1.
What command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Correct Answer:

Explanation/Reference:
Explanation:
We need to publish App1 as a RemoteApp. We do this with the New-RDRemoteApp cmdlet.
The -CollectionName parameter allows us to specify the session as "Session1". The display name for the App1 will be "App1".
The -FilePath parameter allows us to specify the path to the executable for App1.
References:
https://technet.microsoft.com/en-us/library/jj215450.aspx