Forum Discussion
Setting FriendlyName not working
Christian_Montoya Thanks for the info, that did fix the issue...
It is extremely confusing to have two properties with the same name return different results. Hopefully this can be fixed.
Running Get-RdsHostPool
HostPoolName : DesktopEUS01
FriendlyName : Virtual Desktop
Running Get-RdsRemoteDesktop
AppGroupName : Desktop Application Group
RemoteDesktopName : Remote Desktop
FriendlyName : DesktopEUS01
evgaff : Are you referring to the FriendlyName property? We also use FriendlyName for other objects, so it gives our UI (and 3rd party partners' UI) a value to show that is editable post-creation.
Regarding what shows up in the feed, we wanted to separate the two objects so that what appears in the feed (FriendlyName of the RemoteDesktop object) is separate from what shows for the host pool in any sort of management UX for the admin (FriendlyName of the HostPool object).
We're happy to take suggestions though.