Publish Remote Apps and Desktop Session at the same time

,

I was recently building a PoC Lab environment for a client where I only had a couple of virtual machines to play with to build a Remote Desktop Services environment to host a line of business application. I needed to be able to publish the application as a Remote App as well as have a virtual desktop. This is usually straight forward if you have multiple session hosts however requires a registry change if you have limited resources.

On the connection broker fire up Registry Editor and go to the following location under HKEY_LOCAL_MACHINE

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\CentralPublishedResources\PublishedFarms\CollectionName\RemoteDesktops\CollectionName

Where CollectionName is the name of the RD Session group. Find the ShowInPortal DWORD and change it to 1.

You’ll then see it appear in the RDWeb and Web Client if you’re running that (similar to what I have below…).

Nice and easy and hope that helps.


Leave a Reply

More Posts

Setting item level (Calendar, Tasks etc) permissions for Mailboxes and Users with PowerShell for Exchange 2007, 2010 and 2013

Every so often I get a request to allow people to view someone else’s calendar. Usually I just tell that person to go and ask whom ever the calendar belongs to, to give them permission. This isn’t always possible though as on a few occasions where I’ve had to give access because that other person […]

How to remove the Open File Security Warning Prompt during Driver Deployment or User Login when using MDT or SCCM

During a deployment of Windows or even after Windows is deployed you see an Open File – Security Warning prompt when a .EXE runs (similar to the one below). This happens because when you download an .EXE, .ZIP, or .CAB Internet Explorer (as well as Firefox and Chrome) saves what is called a Zone Identifier, […]