Hi - I am working on a project where I need to deploy the Windows Azure Remote App (https://www.remoteapp.windowsazure.com/ClientDownload/Windows.aspx) on machines. The environement I am deploying to: No one has admin rights on the machines so everything needs to be deployed during the imaging process or via SCCM. I can’t deploy this application with SCCM because of the nature of the APP, I am not sure how to package it.
SO my thought was I would deploy this as part of the imaging process? Can I have MDT Execute a powershell script to install this, copy it to all users and place short cuts on the desktop? If So what would that look like?