A few months ago I published an article showing readers how enable Remote Desktops and Remote Apps in the same collection. So when a user logins into RDweb you will see both RemoteApps and Full Desktops. For information how to configure this please click (here) After some testing, I have found issues when using User Profile... Continue Reading →
RDS 2012 Publishing a RemoteApp
This is a quick Post to show how to publish a RemoteApp on RDS 2012. The PowerShell way: Load the RemoteDesktop PowerShell Module import-module RemoteDesktop Before publishing a new RemoteApp you want to see the available applications: Get-RDAvailableApp -CollectionName <SessionCollection> -ConnectionBroker <Server FQDN> Creating a New RemoteApp new-rdremoteapp -Alias Wordpad -DisplayName WordPad -FilePath "C:\Program Files\Windows NT\Accessories\wordpad.exe" -ShowInWebAccess... Continue Reading →
Deploying RDS 2012 Single Server – Session Based deployment
This guide will show you how to deploy RDS 2012 on a single 2012 Server enabling the use of Remote Desktop Sessions and RemoteApps. Point to note: This demonstration shows how to deploy RDS using Quick start. I will demonstrate how to deploy RDS using Standard deployment in a later post. Preparing for RDS 2012... Continue Reading →