remoteapp
7 TopicsAVD RemoteApp not showing in web client taskbar
Hi, We have setup a new AVD RemoteApp environment for one of our customers (about 50 users). They will primarily use the AVD webclient (Connect to Azure Virtual Desktop with the Remote Desktop Web client - Azure | Microsoft Learn). Upon testing we have noticed that some of our apps aren't displaying in the top taskbar of the webclient (see screenshot). The app opens fine, but just isn't displaying the in the taskbar. This is annoying because upon minimizing the app there is no way to open the app again... Has anyone seen this before? Any workarounds? Help appreciated,Solved1.5KViews0likes4CommentsAzure VM - RemoteApps Mouse Focus Issue
Seeing an issue this morning on multiple VMs and hostpools where Remoteapps have not handling Window Focus correctly. Situation: A maximized app and a secondary app smaller and on the same screen. If attempting to click or use the smaller app. The maximized app is receiving the mouse clicks. In some situations it will even pull to the front covering the smaller app. The only way to interact with the smaller window is to minimize or move the larger window out of the way. Both applications in the scenario are remote apps. Naturally anything running natively off the client PC is unaffected. No updates to the client PC. Trying to identify what would cause this behavior overnight.7.2KViews0likes14CommentsRemote App in Azure Virtual Desktop Pool
Hi, I'm trying to create a remote app in a POOL using a File Path as the application source but for the life of it I can't fill up the Application name field as it doesn't allow me and it's a mandatory field. I have no idea what I'm doing wrong here. According to the documentation, I'm doing everything correctly but it doesn't work. Can someone help, please? Thanks, Lucian2.1KViews0likes2CommentsWVD Remote app Recent files not populated
Hey All, I've setup WVD and am using Remote App rather than the full desktop experience. All is working very well with the exception of one annoying issue: Recent files aka Windows 10 Jump Lists, don't populate when using remote apps. I have file explorer and individual apps published and when say opening a pdf, or non Office document, they won't show up in the recent files list in other apps (like Outlook for example). I've moved the user to full desktop experience and it works fine, move them back to remote app and the old ones from his full desktop session exist, but no new documents/shortcuts appear in %appdata%/microsoft/windows/recent I feel like this is probably a bug with how the api auto generates shorcuts in the recent folder. MS can you confirm this is a shortfall for WVD Remote Apps? Any chance there is a fix in the works?2.3KViews0likes3CommentsRemoteApp doesn't connect on domain joined computers
RemoteApp doesn't connect on domain joined computers I can connect using remote desktop to the client computers, but when I connect using remoteapp via the RD Connection Broker server I get the following error- "This computer can't connect to the remote computer''. This only happen on domain joined computers. Any ideas?1.3KViews0likes1CommentUnable to publish RemoteApp
Hi Everyone, I am currently running into an issue with publishing a RemoteApp from WVD (Spring 2020) host pool. I have tried adding it as a Start menu application, File path, and through the portal and powershell. Each time I get the error "Error: The filePath property does not contain a well-formed RDSH file path" The application is installed on a network path "\\server\application.exe" and requires some cmd parameters to run properly which I have added but still receive the same error. Any assistance or guidance would be greatly appreciated!1.9KViews0likes1CommentWindows Virtual Desktop RemoteApps
While the primary focus for Windows Virtual Desktop has been on the new Windows 10 multi-session desktop experience it is worth exploring the RemoteApp abilities as well. If you're not familiar with RemoteApp it allows administrators to deliver a streaming application experience to a remote client while providing users the experience of a locally installed application. Some of the benefits include: RemoteApps reside in and are launched from a users start menu like a normal application Updates to the published RemoteApps can be reflected to a user without any effort by the end user RemoteApps relying on back end data can be co-hosted in the same Azure region allowing for fast access even for users on slower internet links Users with limited compute performance or without dedicated graphics cards can still run high demand applications using the power of the host, this also has advantages when trying to run applications on devices running iOS/Android Today the two options for publishing RemoteApps within WVD are using the sample management UX or PowerShell cmds. New-RdsRemoteApp -TenantName "contoso" -HostPoolname "contosoHostPool" -AppGroupName "webApps" -Name "internetExplorerContosoWebApp" -FilePath "C:\Program Files\internet explorer\iexplore.exe" -FriendlyName "Contoso Web App" -IconPath "C:\Program Files\internet explorer\iexplore.exe" TenantGroupName : Default Tenant Group TenantName : contoso HostPoolName : contosoHostPool AppGroupName : webApps RemoteAppName : internetExplorerContosoWebApp FilePath : C:\Program Files\internet explorer\iexplore.exe AppAlias : CommandLineSetting : DoNotAllow Description : FriendlyName : Contoso Web App IconIndex : 0 IconPath : C:\Program Files\internet explorer\iexplore.exe RequiredCommandLine : ShowInWebFeed : True I've put together a script that allows you to speed up the deployment process considerably, especially when needing to publish multiple applications across different RemoteApp groups. You can download it from my Github repository. The script will first connect to your WVD tenant and provide you with a list of AppGroups that support RemoteApp publishing. Once you select the appropriate pool, the script will check your host pool for available apps to publish and provide a list of them. You can choose either a single app or multiple apps to publish and once the selection is confirmed the script will publish them to your RemoteApp group. One tip for the script is that I run this from the PowerShell ISE to enable the use of the pop up selection window. Don't worry if the app has been published before - the script will pass over it and continue publishing the rest of your selected apps without issue. Saving in RemoteApp - Default Save Options One of the other considerations when using RemoteApps are the save options presented to users. Someone recently asked of a way to prevent access to the remote host drives for Office365 ProPlus and if there was a way to encourage the use of OneDrive for the default save path. Due to a few nuances there's a few different ways to achieve both but here's a couple of ways that I found were quick and easy options. I'm going to focus on the Excel application below. Within Excel there's a new option to "save to computer by default" which is user changeable and there's no ADMX template option available as I write this. Instead you can control the option via a simple registry key. The key can be applied to either force the setting on/off and also can be applied to be persistent. Policy Enforced: HKCU\Software\Policies\Microsoft\office\16.0\Common\General:PreferCloudSaveLocations:DWORD:00000001 User Changeable: HKCU\Software\Microsoft\office\16.0\Common\General:PreferCloudSaveLocations:DWORD:00000001 Optionally you can also enable Loop-back Processing to the hosts to enforce the policy no matter who logs in. If successfully applied though the registry value will be created for the user and update all Office365 ProPlus clients on the next login. At the end of the day when applied correctly, upon login the registry key should appear in the current user's registry and change the default path that comes up when choosing to Save As in Office. Here I've applied the default save path to be %USERPROFILE%\OneDrive to make sure users are saving to their OneDrive directory. If you've enabled OneDrive for Business Known Folder Move you could also change this to the user's documents directory if you wished. This ensure if they choose to browse they will then be directed to their OneDrive by default. This policy is available through the existing Office ADMX templates available today and are applied per Office application. Restrict Access to the Local Drives Some organisations may also prefer to hide the C Drive completely and set the default save path to a specific location. . To hide local drive access you can enable the user policy "Hide these specified drives in My Computer". Below I've chosen to hide C:\ only which allows users to access their documents and/or OneDrive paths using the quick launch options in the save dialog and only if they were to enter a direct c:\ would they still be able to access the local drive. To hide the drive, prevent access to UNC paths, local drives (i.e. C:) or local folders (i.e. c:\temp) then you will want to enable the user policy "Remove Run from Start Menu". This policy when enabled will prevent users from accessing the local drive paths that are hidden by entering the direct path into the save dialog while still allowing access to the OneDrive/Documents locations using the Quick Launch options. In my opinion this is far better than the alternative restricting drive access policy which prevents the use of OneDrive etc. WVD Scripts16KViews2likes0Comments