Search query: label/HDX

Troubleshooting Citrix HDX crashes

Troubleshooting Citrix HDX crashes

...likes doing it but there are just times as a Citrix administrator that we have to investigate the user’s local PC.  HDX crashes are one ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Installing the Citrix Virtual Desktop Agent on Windows 7

Installing the Citrix Virtual Desktop Agent on Windows 7

...7 machine is to use the following command line. <Location of XDSAgent.MSI>msiexec /I XDSAGENT.MSI INSTALLONWDDM=1 This is actually the first half of the HDX installation. ... Read More

Using XenDesktop as a secure in-house GotoMyPC Solution.

Using XenDesktop as a secure in-house GotoMyPC Solution.

...success story that I had grown accustomed to with the XP machines.  After installing Citrix’s HDX-3D package and VDA, we were able to connect over ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More