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
Stefan Georgiev
May 09, 2019Former Employee
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
Gowap
Aug 03, 2023Copper Contributor
Stefan Georgiev , la comlet "New-RdsRemoteApp" n'existe pas. C'est "New-RdRemoteApp".
Dans la paramètre « -FilePath », l'utilisation de "shell:xy" ne fonctionne pas. Une autre solution ?
PS C:\> New-RdRemoteApp -CollectionName "MyCollection" -DisplayName "Edge" -FilePath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" -IconPath "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" |
New-RdRemoteApp : Le chemin d’application spécifié |