Rds 2012 – Web Access customization – Change Application Icon

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"

change-icon-rdwa1

Set-RDRemoteApp -CollectionName "Apps" -Alias "powershell" -iconPath "C:tempActivateWindows.ico"

change-icon-rdwa2

change-icon-rdwa3

More informations about Set-RDRemoteAppĀ :

http://technet.microsoft.com/en-us/library/jj215494.aspx

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.