To measure the Citrix XenApp (Presentation Server/Metaframe) or Terminal Services link consumption for an application the best is: publish to users and watch. Yes! Users are totally unpredictable and is very difficult to know every thing that they can do in some scenarios.
But, you always need know how much bandwidth an applications needs to be [...]
To receive emails from Citrix Resource Manager, you can set a MAPI or a SMTP address. On many organizations, is much more simple set a SMTP address than configure MAPI but since Metaframe XP 1.0, Citrix insist on “hide” this configuration under a context menu on Resource Manager option of Presentation Server Console (Java).
Even on [...]
Some times, you need publish a specific website on your Citrix XenApp farm, but you need avoid to users see toolbars or addressbars, and you don’t want put Internet Explorer on kiosk mode. Then the alternative solution can be publish a .VBS that opens the Internet Explorer as you wish.
First step: Create a .vbs and [...]
One picture say more than a thousand words. Because this in some cases I like to include a lot of images on my project documentations. Generally, these pictures are PrintScreens of consoles and their configurations and diagrams that explain some funcionality.
Benefits when you use pictures instead pure text on project documentations:
You are sure that all [...]
On last year, with Presentation Server client version 10.x Citrix finally introduced a template .adm to administration of clients configurations through Windows Group Policies. This icaclient.adm template is very useful to ensure to you that all configurations were applied to all users that you want.
With this .adm you can do somethings like:
Configure single Sign-On for [...]
03 Nov
Posted by Roberto as Group Policies
Is very common find applications that works only with a specific configuration on Control Panel / Regional Settings. And change this configuration on all users profile can be very big headache, then save these lines below as a .adm file and include on your policy.
Default settings are configured to British standard but you can change [...]
This is a very simple script that copies a folder from a specific path to all servers listed on servers.txt file.
There is a file called progress.htm that runs an activeX control that shows a progress bar, that increases when the copy is done on each server.
On Error Resume Next
source_server = “machine_name”
source = “\c$\Install\CPS45HF”
Dim server()
Set objFSO [...]