Questions tagged [remoteapp]

RemoteApp is a special mode of Remote Desktop Services, available in Windows Server 2008 R2 and later, where remote session configuration is integrated into the client operating system.

The UI for the RemoteApp is rendered in a window over the local desktop, and is managed like any other window for local applications. The end result of this is that remote applications behave largely like local applications.

108 questions
0
votes
3 answers

Get Edge version when run via Azure RemoteApp

For testing purposes I run Edge via the Azure RemoteApp. How can I check which Edge version (Engine, HTML) is run?
meagain
  • 43
  • 1
  • 1
  • 4
0
votes
1 answer

azure remoteapp - prepare template image, create RemoteApp

I'd like to start using RemoteApp with my desktop application which needs database. What I've done: Created server-VM with database installed Created client-VM (I can connect with my database) Run script from client-VM desktop (can't remember…
Ariel Sz
  • 73
  • 1
  • 13
0
votes
1 answer

Azure RemoteApp Collection with AzureVM

I'm new in Azure and trying to add a custom application in my azure RemoteApp. I have created an Azure VM (windows 2012 R2 Evaluation) and an azure RemoteApp collection. I have added my custom application in VM at path…
A. Zalonis
  • 1,571
  • 5
  • 25
  • 40
0
votes
2 answers

Will RemoteApp users have VNET IP if RemoteApp is set up within our Azure VNET?

If we deploy RemoteApp within our VNET on Azure, when users go out to the Internet, will they all have an IP address from our Azure VNET? I'm trying to understand if accessing the Internet from RemoteApp is like accessing the Internet from a…
Sam
  • 19,814
  • 35
  • 141
  • 272
0
votes
1 answer

Is it possible to have single sign on for 3rd party azure remote apps?

I am a developer working on a think client application. One of our customers wants us to provide hosting for the application and I have set up azure remote app for this. The customer is asking if it will work with single sign on. From what I can see…
Adam Butler
  • 2,953
  • 4
  • 30
  • 38
0
votes
1 answer

security issues using azure remoteapp

To who it may concern, I am looking to move more of our applications that the company uses to azure. I have found that Remote App will allow people to us the apps I have allowed via the Remote App. The application which will be used is linked to a…
0
votes
1 answer

How to maintain separate sessions for Remote applications launched from same pc with same credentials

I am Launching 2 different remote apps on a pc , 1 Unified session id is assigned for both the applications (both remote apps are part of 1 RDP session). How can we have separate session id's assigned for each remote app? Or is there any way to get…
amit4540
  • 1
  • 2
0
votes
1 answer

Using an RDP file as an Application under Azure RemoteApp

I have implement Azure RemoteApp under a hybrid deployment and all the applications installed on the VM are being published. But there are some applications that are hosted on other servers and we want it to be published and controlled via Azure…
0
votes
1 answer

Full shell (explorer.exe) running for a RemoteApp on Terminal server

Folks, I'll been fighting this for a few weeks now. We have a proprietary corporate app running on thin clients in our organization. From this app we can apply VBA scripting behind the scenes to do simple functions. In the past adding buttons to…
CreteIT
  • 1
  • 2
0
votes
1 answer

Unable to remove Timed-Out Azure RemoteApp Collection

I am unable to remove an Azure RemoteApp collection which has currently timed-out: PS C:\> Get-AzureRemoteAppCollection | fl LastModifiedLocalTime : 20/10/2015 13:19:20 AdInfo :…
George
  • 54
  • 8
0
votes
1 answer

Azure Remote app: How do I evaluate the user that is running my application?

I have a simple VB.net console application that displays the current user, waits for key input, and then exits. It uses the following call to display the information: System.Security.Principal.WindowsIdentity.GetCurrent.Name.ToString() If I create…
0
votes
2 answers

Access local DB on user pc from a remote application running on "Azure Server"

I am fairly new with MS Azure and developing remote apps. Have read and viewed some learning stuff. I use c# as my developing language, and as I have understood, its fairly simple to develop a windows application to run on an Azure server as remote…
Mana
  • 1,647
  • 6
  • 34
  • 53
0
votes
1 answer

How to upload/run custom Windows Application on Azure Remote App

I am working with Azure Remote App service. I can already use the default published applications on Remote App collection. But I want to upload my own windows application on Remote App collection but have no clue on how to do that. Could some one…
V.B
  • 1,131
  • 6
  • 28
  • 49
0
votes
1 answer

How to launch Azure Remote App client on Windows 7

Hi I am trying out Microsoft Azure Remote App Services.It asks me to download a client to connect to remote app server to run the apps on my local machine. I downloaded the cleint (rdClickOnceLauncher.application), but this doesn't launch and asks…
V.B
  • 1,131
  • 6
  • 28
  • 49
0
votes
1 answer

Windows Server 2008R2 Remoteapp Authentication

I have generated a Remoteapp MSI which I have installed on 2 machines and it prompts for authentication using the standard Windows auth prompt. on a third machine it opens up an rdp session and the user has to authenticate via an RDP session to the…