Check for Citrix Worker Connection Failures with PowerShell

by Stan Czerno February 4, 2023 09:02 CST
In my environment we use Smart Cards to logon and this causes a lot of False Positives in Director. The reason for the False Positives is because people are easily distracted, they are prompted for their Smart Card at the Desktop or Published App Logon and their connection usually times out before the user enters their PIN, not to mention if they do not open the ICA file when using a browser. We do not use FAS so there are tons of Connection Failures in Director in the morning and sometimes you miss when there are legitimate issues. [More]

Tags: ,

Catergories: Citrix | XenApp | XenDesktop | Powershell

PowerShell script to Monitor and Log Citrix ICA and ICA RTT Latency for a single user

by Stan Czerno August 14, 2021 13:55 CST
I had a Remote user complain that their Session was slow and unresponsive a few times in the last week. The user was connected to the Internet using Xfinity 5G so Latency was the first thing that I thought of. Her session was currently behaving, so I needed to log her latency to review when/if the issue occurred again. Since I do not run a Citrix ADM appliance, I wrote a script to record the user's latency to a CSV file so I could review it later. I ran it every morning for a week. [More]

Tags: ,

Catergories: Citrix | XenApp | XenDesktop | Powershell

Powershell Script to launch one or more Published Applications from Citrix StoreFront 1912 CU1 (1912.0.1000)

by Stan Czerno September 26, 2020 09:53 CST
I have updated my script for testing "Direct to Citrix Storefront" or "Citrix Gateway to Storefront" to work with Citrix StoreFront 1912 CU1 (1912.0.1000). The script attempts to closely resemble what an actual user would do to launch an Application or Desktop via Storefront. [More]

Tags: , ,

Catergories: Citrix | Receiver | Storefront | XenApp | XenDesktop | Powershell

Powershell Script to monitor Citrix XenApp and XenDesktop 7.x Health

by Stan Czerno October 11, 2019 10:07 CST
Like my previous script for monitoring a XenApp 6.5 Farm, this script is based on the scripts written by David Ott and Jason Poyner. I decided to add to these foundations and make it something that can be used throughout the day.

I created this as an easy way for Citrix Admins and others Admins and/or Users to get a quick look of the current XenDesktop and XenApp usage as well as the basic health of the XenApp Servers, Sessions, Latency, etc. I use it as an augment to Citrix Director. [More]

Tags: , , ,

Catergories: Citrix | XenApp | XenDesktop | Powershell

Fix Unknown Power State for vmWare hosted VMs in XenDesktop 7.x

by Stan Czerno September 2, 2017 11:57 CST
Recently we had an air conditioner failure in our Server Room, which made the server room's temperature rise. Because of this, the shared storage and other servers automatically shutdown due to high heat conditions, which had an adverse affect on many VMs. [More]

Tags: , , ,

Catergories: Citrix | XenDesktop | Powershell

Powershell Script to correct or restart a XenDesktop 7.x Workstation VM if unregistered or if a launch error is detected.

by Stan Czerno September 1, 2017 11:43 CST
If you are like me and have Static, non-PVS, XenDesktop Workstation VMs that occasionally do not register, for whatever reason, I have a script for you. If you have Static, non-PVS, XenDesktop Workstation VMs that sometimes fail to launch, for whatever reason and your users do not get the "restart" feature or perhaps the restart feature doesn't always work, I have a script for you. If you do not have any Static VMs or any of these issues, I envy you. [More]

Tags: , , ,

Catergories: Citrix | Powershell