Your independent source for application and desktop virtualization.
Sign in
|
Join
Home
Topics
Blogs
Forums
Training Classes
Events
Books
About Us
Discussion Forums
»
Tech Support Forums
»
Scripting / Automation
»
Scripting Load Evaluators
Marketplace
Scripting Load Evaluators, in the Scripting / Automation forum on BrianMadden.com
rated by 0 users
This post has 16 Replies | 0 Followers
Points 962
Reply
Joe Dropkin
replied on
05-22-2008 3:51 PM
rated by 0 users
[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
Points 40
Reply
David Thomas
replied on
07-15-2008 5:54 AM
rated by 0 users
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
Previous
|
Next
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