Open
Description
Hi guys, first of all thanks for this incredible project
Question:
Is it possible to add a new app via command lines and have it generate the RDP file instead of using the GUI?
My use case is to create development and debugging environments for an internal app. For that, I need to create copies of production databases and set up an isolated environment that I'll later publish for users via RemoteApp. I already have a script that handles database copying; I just need to add the part to publish a new RemoteApp and generate the RDP file to that script.
Thanks.