Customise Remoteapp Work Resources Name

・1 min read

When using RemoteApp on Microsoft Server 2016 I noticed that whenever you add the RemoteApp workspace feed to iOS or iPadOS devices, the resources are listed under ‘Work Resources’.

Although this works perfectly, it becomes a problem when you connect to different RemoteApp servers and they are all titled ‘Work Resources’.

The solution is simple and takes about one minute, assuming you don’t use an RDP gateway - if you do, it take a minute or so longer, that’s all.

First open Powershell as Administrator and enter:

Import-Module RemoteDesktop

Then at the next prompt enter the following:

 Set-RDWorkspace -Name "DMCC Cloud" 

Obviously you can change DMCC Cloud to anything you want.