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

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

Powershell Script to launch one or more Published Applications from Citrix Storefront 2.x through 3.11

by Stan Czerno August 26, 2016 10:24 CST
I have updated my script for testing Citrix Storefront or Netscaler and Storefront. The previous versions can be found here and here. I have modified the script so it handles errors better as well as added support for Storefront 3.6 and Netscaler 11.x. [More]

Tags: , , , ,

Catergories: Citrix | Receiver | Storefront | XenApp | Powershell

Powershell Script to launch one or more Published Applications from Storefront 2.x and 3

by Stan Czerno September 8, 2015 05:38 CST
Since Citrix has released version 3 of Storefront, I needed to make an update to my original script, found here, to make it work with the latest Storefront release. I decided to make a few more modifications as well to provide more info. [More]

Tags: , , , ,

Catergories: Citrix | Receiver | Storefront | XenApp

Powershell Script to launch one or more Published Applications from Storefront 2.x

by Stan Czerno February 1, 2015 03:36 CST
In a previous post, I shared a PowerShell script to launch a Published App from one or more servers. I originally wrote this script because one of my lab XenApp 6.5 servers would not launch a Published Application. When I investigated what the issue was I was unable to determine the cause. The IMA Service was started, ICA was listening and responding, there was no load issues, etc, etc. This server was basically healthy. [More]

Tags: , , , , ,

Catergories: Citrix | Receiver | Storefront | XenApp | Powershell

Powershell Script to monitor a Citrix XenApp 6.5 Farm's Health

by Stan Czerno June 12, 2014 05:06 CST
In a previous post I had mentioned my "homegrown monitoring service" so today I thought I would elaborate and share it.

While looking for some sort of monitoring script for XenApp, I found an excellent script written by Jason Poyner, XenApp Farm Health Report, http://deptive.co.nz/xenapp-farm-health-report/.

His script does a Health Check and emails an HTML report. The script checks just about everything concerning a XenApp Farm. [More]

Tags: , ,

Catergories: Citrix | XenApp | Powershell