Citrix session remote shadowing

1.8k views Asked by At

This is Citrix technology based question. I need to develop windows app which should have functionality of remote session shadowing. We have server on which XenApp server and XenApp SDK is installed, and we get session information from it by using PowerShell. Problem is that XenApp SDK does not provide shadowing functionality. Basically i need something like client to client session shadowing.

Is this possible at all?

Thank You!

1

There are 1 answers

0
Remko On

You can shadow a session remotely using WtsOpenServer and WtsStartRemoteControlSession api, just like rds/terminal server sessions. You MUST however shadow FROM an Ica (Citrix) session. For OS < Vista you can use WinStationShadow.

See also: http://www.remkoweijnen.nl/blog/2007/10/30/new-terminal-server-apis-in-vista-sp1/