Forum Discussion
How-to publish modern universal app as RemoteApp? (Edge)
- 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
Ola Holtberget Did you ever figure this out? I'm trying to do the same thing and haven't found any documentation or managed to get it to work.
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.
- evasseMay 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.
- Mtollex70Dec 05, 2019Brass Contributor
evasse I see this was written in May. Are there any documentation out there now? If so, where? 🙂
- evasseDec 05, 2019Former Employee
Mtollex70: Article can be found here: https://docs.microsoft.com/en-us/azure/virtual-desktop/publish-apps
- Brent CarlsonMay 09, 2019Copper Contributor
Great, this seems to work. Thanks for the information.
- Ola HoltbergetMay 09, 2019Brass ContributorThanks for the workaround! I hope there will be a better supported way of doing it instead of using an LNK, but we use what we have untill something better comes along :)