remoteapp
15 TopicsRemote Desktop Services Deployment fails with exceptions
I'm trying to deploy Remote Desktop Services on a single server on Windows Server 2019 Standard. I've tried both Standard Deployment and Quick Start with a Session-based desktop development but I'm getting the following error during the installation: Unable to add server REMOTEAPP.AD.DOMAIN.COM to the list of servers on the RD Connection Broker server REMOTEAPP.AD.DOMAIN.COM..Exception of type 'System.Runtime.InteropServices.COMException' was thrown. I searched for some hint about this problem but I had not find anything useful. I cannot even find any useful log into the events log, and I tried one more time after reinstalling the server from scratch. Could you help me please? Thank you very much!25KViews0likes3CommentsWindows 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 https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/wvd-management-ux or https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/new-rdsremoteapp. 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 https://github.com/jbyway/wvd-scripts/blob/master/wvd-publishapps.ps1repository. 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 https://www.microsoft.com/en-us/download/details.aspx?id=49030 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 "https://gpsearch.azurewebsites.net/#2650". 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 "https://gpsearch.azurewebsites.net/#4649". 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. https://github.com/jbyway/wvd-scripts16KViews2likes0CommentsAzure 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.6KViews0likes14CommentsRDS 2019 Remote Apps RDWEB event id 10
Hi everyone, I have a server that I was able to publish remote apps before several new applications installations today. I was also able to use the GPO "Specify the default connection URL After the installation of the new software, I wanted to publish it. However, it didn't work. I check it using the rdweb URL and found this: When I went to the server I found event id 10: "RD Web Access was unable to access RDSSerever, which is the server that is specified as running the RemoteApp and Desktop Connection Management service. Ensure that the computer account of the RD Web Access server is a member of the TS Web Access Computers security group on RDSServer." I tried multiple solutions, but: 1. I don't have a group called TS Web Access Computers Security group 2. Even after changing the authentication to a domain admin it still doesn't work... Is my only option to remove and add the RDS again? Rahamim.3.5KViews1like1CommentRemoteApp 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?3.2KViews0likes1CommentFile association problem in Windows server 2019 RDS RemoteApps
I followed this guide https://techcommunity.microsoft.com/t5/Enterprise-Mobility-Security/Windows-Server-2012-RemoteApp-and-Desktop-Connections-Default/ba-p/247680 installed Foxit reader on my Windows server 2019 RDS host. published it as RemoteApp, enabled PDF file association in it. on another Windows server 2019 (my AD DC and i used it as client for test) i used the RemoteApp feed URL and entered it in the control panel, it then successfully added RemoteApps to the start menu but the PDF files still open by Microsoft Edge. file association doesn't not work. how can i fix this?2.5KViews0likes0CommentsWVD 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.3KViews0likes3CommentsRemote 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 https://learn.microsoft.com/en-us/azure/virtual-desktop/manage-app-groups?toc=%2Fazure%2Fvirtual-desktop%2Fremote-app-streaming%2Ftoc.json&bc=%2Fazure%2Fvirtual-desktop%2Fbreadcrumb%2Ftoc.json, I'm doing everything correctly but it doesn't work. Can someone help, please? Thanks, Lucian2.2KViews0likes2CommentsUnable 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!2KViews0likes1Comment