-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Reach Multiple Citrix Environments #68
Comments
Did you ever get this worked out? We have 10+ sites in our environment and each site has 4 DCs (all on the same domain). I'd like to utilize 1 script if possible for the entire environment but if I need to run a script per site i can deal with that. |
I was not successful in getting this working with 1 script... Instead, I have a scheduled task to run the script on a delivery controller in each environment, while another scheduled script will run and wait for the HTML outputs from the environment's reports. Once the reports are all saved, my 'master' script will join the HTML reports and will then e-mail them out. |
Hi Audioeptesicus , we have a similar situation , may you please share the scheduled script that consolidates the HTML Output files in one and sends the email out... |
Thanks for reminding me. I was going to look into that too but never got around to it so I just setup email rules. Can you share that script? Or at least fill me in on what the best method you found for combining them was? Thanks! |
I'm wanting to execute the script to run against multiple Citrix environments. I've added 3 delivery controllers to the DeliveryControllers value in the Parameters.XML file, and the script executes against the first delivery controller only, and will not run against the other two. I've checked that the script executes successfully against each delivery controller separately, but not together. Is this possible?
I should note that 2 of the environments are in the same domain (prod and dev), and the 3rd is in another, but again, I'm able to execute the script successfully against each when running them separately.
The text was updated successfully, but these errors were encountered: