Brian Madden Logo
Your independent source for application and desktop virtualization.
Marketplace

advertisement

Scripting Load Evaluators, in the Scripting / Automation forum on BrianMadden.com

rated by 0 users
This post has 16 Replies | 0 Followers

Top 200 Contributor
Points 962
[quote=Laura Sharkey]I just used a combination of Brian's and Frank-Peter's code to get all the actual names of the evaluators and then change the assigned evaluator. Worked like a charm! Thanks, guys!
[/quote]

Same here! Once I knew the "real" nsames of me LE's, it was a snap. Thanks so much guys!
  • | Post Points: 5
Not Ranked
Points 40
Thanks everyone for the info in this post.

Using info here i created script below. It echo's the Evaluator name assigned to a server.

I would like to create another script that tells me a list of server assigned to a load evaluator.
If anyone has this already please post, otherwise i will crack on and post it when done.



CompName = "Myservername"

Set WshShell = WScript.CreateObject("WScript.Shell")
set objServer = CreateObject("MetaFrameCOM.MetaFrameServer")
objServer.Initialize 6, CompName
Set objLE = objServer.AttachedLE
objLE.Loaddata(True)
evaluatorName = objLE.LEName

Wscript.echo evaluatorName

WScript.Quit
D.Thomas
www.thinworld.net
  • | Post Points: 5
Page 2 of 2 (17 items) < Previous 1 2 | RSS
Copyright © 1997-2008 The Brian Madden Company, LLC | Disclosures | Privacy | Terms of Use | Contact Info