Hi everybody,
you can change RemoteApp icons using Powershell. First import RemoteDesktop module:
import-module RemoteDesktop
Then get the App’s alias:
Get-RDRemoteApp -CollectionName "Apps"
Set-RDRemoteApp -CollectionName "Apps" -Alias "powershell" -iconPath "C:tempActivateWindows.ico"
More informations about Set-RDRemoteAppĀ :
http://technet.microsoft.com/en-us/library/jj215494.aspx