:::: MENU ::::

Posts Tagged / Powershell

  • Feb 27 / 2018
  • 2
7.9, Citrix, XenApp

User got stuck during Citrix logon process

The problem

Last week we got a call from a customer saying that one user is logging on for more than one hour. To confirm what was happening we opened the Citrix Director. We searched for the specific user and found the session status on Logging On. When opening the Citrix Studio we found the user session as active but the user isn’t active at all. When opening the specific server we couldn’t find the user under task manager users. Under processes in the task manager we could find only one process for that specific user, Powershell.exe. Powershell got stuck during execution of the logon script. Continue Reading

  • Mar 15 / 2012
  • 1
XenApp 6.0

Powershell – Check XenApp LoadEvaluator

At a customer I was busy checking the servers via the Citrix Management Console wich load evaluator was set. Because the environment contains a lot of servers it is a time consuming job. Therefor I created 2 small scripts.

The first script will do the following.

  • Add citrix powershell Snapin
  • Get a list of XenApp servers in the farm
  • Check for each server wich load evaluator is assigned
  • Write the result to a CSV fileThe second script will do the following.