:::: MENU ::::

Posts Categorized / XenApp 6.0

  • Dec 05 / 2012
  • 3
Citrix, Uncategorized, XenApp 6.0, XenApp 6.5

Prevent users saving items on the Citrix/Terminal Server desktop.

In my current environment we allow users to save items on their desktop. Because we are using mandatory profiles we save the settings using Flex profiles from Immidio.

Lately some users are complaining that the logon times are increasing. After some investigation we came to the conclusion that the users are saving a lot of files to their Citrix/Terminal server desktop. The flex file would be around the 8 GB. My manager asked me to come up with a solution so that the users aren’t able to save files to their desktop but allow them to save shortcuts. 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.