Forum Discussion
Ola Holtberget
Apr 19, 2019Brass Contributor
How-to publish modern universal app as RemoteApp? (Edge)
Hello Trying to figure out how to publish Microsoft Edge as a remote app, has anyone had any luck? This makes the icon show up, but nothing happens once you click it: New-RdsRemoteApp -Tena...
- May 09, 2019
This is how it was done for our internal validation
New-RdsRemoteApp $tenant1 $pool1 $appgroup2 -Name Edge -FilePath shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -IconPath C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe
Brent Carlson
May 06, 2019Copper Contributor
I managed to get this to work...not sure if its the "right" way thou. I created a .lnk shortcut to a modern app (ie. Edge), then I used the path to the .lnk file as the Filepath and the icon at the same path you mentioned in your post.
evasse
May 09, 2019Former Employee
Brent Carlson: Thank you for sharing your solution. We will have documentation out there shortly about publishing of modern apps and limitations.