Questions tagged [xendesktop]

24 questions
5
votes
2 answers

Detecting a Citrix XenDesktop Session

I'm looking to determine if our application is running on a XenDesktop session rather than locally. Here is what I have found so far: We currently have code to detect a Citrix XenApp session similar to the solution mentioned by Helge Klein in "API…
WillEllis
  • 489
  • 4
  • 14
3
votes
3 answers

Detect when window gets overlapped by another window from the same or different process

Background We are running our application in XenDesktop mode and our window shows some real time information. But if some other application is also launched in that XenDekstop and that application is overlapping our window then we want to stop…
AbdullahC
  • 6,649
  • 3
  • 27
  • 43
2
votes
1 answer

Run Android Emulator on Windows 10 with XenDesktop on VM on ESXiHost?

The standard computer lab setup at the school where I work is for the students to connect to a Windows 10 image running XenDesktop on an ESXi host via Citrix Receiver. We'd like to add Android development to our virtual computer lab, but none of the…
1
vote
1 answer

Citrix/COTS application monitor - Splunk

Our COTS applications are configured on Citrix, is it possible to monitor COTS apps via Splunk?
1
vote
1 answer

How to Power off or shutdown XenDesktop Command?

I want to shut down or Power Off Citrix Xendesktop. I tried many sites including Citrix docs but couldn't find anything for shutting down the Xendesktop.
Kumar Sambhav Pandey
  • 1,713
  • 4
  • 22
  • 33
1
vote
0 answers

Clearing DHCP settings of multiple NICs

Longtime lurker. First time poster. I've been trying to get this working for a week now and my head hurts. I'm in charge of new Citrix XenDesktop/XenApp golden images. I'm converting a bunch of our registry script files to powershell. I'm stuck on…
1
vote
1 answer

Citrix thin client and thick client (XenApp and XenDesktop)

Need to understand something related to Citrix XenApp and XenDesktop. If I install a software (e.g. Paint.NET) on Citrix Server and publish it via XenApp and XenDesktop to set of users. My understanding is below, Users who are accessing published…
Sanket Shah
  • 461
  • 2
  • 7
  • 17
1
vote
3 answers

Get a list of Desktop names in XenDesktop

I've done this but its not giving me what I want. Get-BrokerDesktop -MaxRecordCount 1000 | select "DesktopGroupName" | Export-Csv c:\dektop_list I'm only looking to get Delivery Groups that publish desktops. If its a published app delivery group I…
user770022
  • 2,899
  • 19
  • 52
  • 79
1
vote
0 answers

PhoneGap with Windows or iOS Emulator on Virtualized Desktop

In reading the Adobe PhoneGap documentation they seem to have left out any information about running in a virtualized environment. As you probably know, you cannot plug a mobile device into a virtualized desktop. I'm not referring to a desktop…
Mary B.
  • 61
  • 1
  • 8
1
vote
0 answers

Does XenDesktop expose a Push Notification service

I have been reading the XenDesktop API looking to gather session data and found Get-BrokerSession provides the information i'm looking for. What i have been unable to find is a means for XenDesktop to push a message to my service when the session…
Robert
  • 3,328
  • 2
  • 24
  • 25
1
vote
1 answer

How to get Z ordering windows event for SWT Shell?

I have one RCP based application which creates SWT shell and windows to show some real time information. When we use that application in XenDesktop Citrix Mode, I don't get to know if my SWT shell is covered by some other application launched on…
Ishan Rastogi
  • 808
  • 2
  • 8
  • 17
1
vote
1 answer

Launching Xendesktop ICA session programmatically

I want to programmatically launch xendesktop and see whether it is launched or not for monitoring purposes.I understand that if somehow I can get the ica file then passing that ica file to ica client can solve my problem. I read that citrix has ICO…
1
vote
1 answer

Citrix Virtual Channel SDK - How to return a string value from ICA client to server?

I'm using XenDesktop 5.6 (server) and Citrix Receiver 3.6 (client). I've used the Virtual Channel SDK to create a channel between server and client and pass C-style structures back and forth, using the examples found here. I can easily pass simple…
RedFred
  • 999
  • 9
  • 20
0
votes
1 answer

AMD FirePro S7150 Cloud Gaming

just a fun question today. I´m thinking about using a FirePro S7150 with Citrix XenDesktop to enable me and my friends to play games on older notebooks over the internet. Has anyone experience with that? Do you think FirePro S7150 would be powerfull…
M. Schröder
  • 177
  • 2
  • 14
0
votes
0 answers

CertificateVerificationFailed while trying to get Citrix License Information

What I'm trying to acheive: I'm trying to get the license information from my citrix. For a simple first step, I tried to run this code: (I've replaced the server url with "xxxx" since I'm not allowed to make them public). Add-PSSnapin…
Twinfriends
  • 1,972
  • 1
  • 14
  • 34
1
2