Script to set the Citrix Load Evaluator

ctx_logoThere are more ways than one to denying users access to your Citrix Servers..!
I searched through numerous forums trying to find a script that would assign a load evaluator to a Citrix server…the ones I found didn’t seem to work in our enviroment..(it would say the load evaluator was set but it really wasn’t)
With some copy-paste from older scripts I had and some help @ the Citrix forum from guys who really understand vb scripts, I now have a script that we currently use in our environment. I has been tried and tested in a Citrix 4.0 Farm. (if you have a 4.5 farm and it works for you, let me know!)
We use it in our install process (after installing a server with Citrix we use this script to automagically assign it an Admin IP only load evaluator) or you might use it when you need to do some maintenance on your server..I hope you can make good use of it..
Download and edit the script at the top and provide the name of the load evaluator you want to assign:
strLE = “ENTER-NAME-OF-LOADEVALUATOR-HERE” that’s all!
Rename the script to .vbs and run the script in your test enviroment!

If this post helped you out, help me out keeping this site alive and visit some of my sponsers on the left or right..
Thanks..!
Tags: How to,  Citrix, MPS 4, script, set load evaluator,  loadevaluator, vbs script

Get the script here: Citrix SetLoadEvaluator_Script

Comments are closed.