citrix / CCMSDK-Sample

Powershell Sample for CCM SDK
9 stars 2 forks source link

Feature request: launch ICA file in background #1

Open claudiogar opened 6 years ago

claudiogar commented 6 years ago

As a user of this SDK I would like initiate a new session (via the ICA file) without starting the whole UI layer of the Receiver. The only thing I would be interested in is knowing that, on the server side, a new session is running. Would it be possible to have such a feature added?

sowrab1994 commented 6 years ago

You can refer https://github.com/citrix/CCMSDK-Sample/blob/master/SamplePSScripts/CCMLaunch.ps1 Script to launch new session without Starting the Receiver UI,

To verify session is running on Server CCMEnumerateSession API can be used which lists the session details. This is similar to what connection center UI lists when you launch Connection Center UI.

Hope this helps. Elaborate little bit more on the requirement if you were looking for something else,

sowrab1994 commented 6 years ago

@SoulSeek Did it help or you need more info?

claudiogar commented 6 years ago

Hi! I will check it out with my team and let you know as soon as possible. Thank you!