-
Citrix Application Delivery Controller Documentation Script Version 4.52
November 16, 2020
#Version 4.52 16-Nov-2020
- Add checking for a Word version of 0, which indicates the Office installation needs repairing
- Change location of the -Dev, -Log, and -ScriptInfo output files from the script folder to the -Folder location (Thanks to Guy Leech for the “suggestion”)
- Remove code to check for $Null parameter values
- Reformatted the terminating Write-Error messages to make them more visible and readable in the console
- Remove the SMTP parameterset and manually verify the parameters
- Update Function SendEmail to handle anonymous unauthenticated email
- Update Help Text
If you have any feature requests, suggestions for enhancements, or bugs to report, please feel free to contact me on Twitter (@andymc84) or email (amccullough84@gmail.com)
Thanks
Andy
You can always find the most current script by going to https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/
Thanks
Webster and Andy
10 Responses to “Citrix Application Delivery Controller Documentation Script Version 4.52”
Leave a Reply
August 4, 2021 at 11:14 am
I am having the same SSL issue as Mark. Do you know if they were able to resolve the problem?
August 7, 2021 at 6:32 am
I sent your question on to Andy who maintains the ADC script.
Webster
May 4, 2021 at 10:40 pm
Hello Carl,
For the “Citrix Application Delivery Controller Documentation Script Version 4.52” can I use the DNS name of ADC Management SNIP instead of the IP?
I am getting cannot connect when I use the IP address within the script parameter.
Thank You!
May 5, 2021 at 6:46 am
Hi Mark,
If you’re having issues connecting to the IP address then the DNS name may not help too much as it will just resolve to the same IP I would assume?
Best bet is to check the basic connectivity – e.g. can you telnet to tcp/443 on the device? if there’s a proxy server in path that may be intercepting traffic, try putting an exclusion in for the IP/dns and see if that helps.
If you want to check from powershell you can use “test-netconnection -computername -port 443″ which would use the same stack as the methods the script is using.
Let me know how you get on.
Thanks,
Andy
May 5, 2021 at 11:34 am
Thanks for the reply! I did some more testing and confirmed that 443 TcpTestSucceeded : True. I did the same test for port 80 and TcpTestSucceeded: False. It appears that I am needing to run the script with SSL parameters.
For SSL do I change the below parameter to $true?
## EXPERIMENTAL: Require SSL/TLS, e.g. https://. This requires the client to trust to the NetScaler’s certificate.
[parameter(Mandatory=$false )]
[System.Management.Automation.SwitchParameter] $UseNSSSL,
Also do you think that this setting on the NSIP would block the script? “Allow access only to management applications”
May 12, 2021 at 6:38 am
I forwarded your comment to Andy, the script maintainer. Let me know if you don’t hear from him.
Webster
January 15, 2021 at 7:39 am
Hi Carl.
Thanks for your reply.
Unfortunately a full Office repair isn’t an option, as the only place where I have access to both Office and the Netscalers are from a non-persistent VDI.
I tried running the script with the suggested parameters, but it didn’t make much difference, there was no output. The only thing that happens is that Word starts running in the background, and has to be killed manually. This happens everytime, regardsless of what arguments I use when running the script.
I’ll have a look around and see if I can find another machine to run the script, maybe that will help.
Keep up to good work, and stay safe.
G
January 15, 2021 at 8:17 am
Have you tried the Export and Import options. Those are what I use when I don’t have access to Word at the customer’s site. When Andrew does his next update to that script, I will add HTML output.
Thanks
Webster
January 13, 2021 at 6:48 am
Hi Carl.
FYI, seems like the latest version of the ADC script doesn’t recognize the version of Word I’m have available here now, so it stops. Office was updated last week, just after New Years I believe.
We’re running Office 365, 16.0.13426.20270, 32 bit.
Regards,
Geir
January 13, 2021 at 8:14 am
Issues with Word or the #1 most FAQ. I recommend doing a full online repair of Office. That has solved all but one reported issue.
If you could rerun the script with -Dev -ScriptInfo -Log and email me those three text files, that would help.
webster@carlwebster.com
Thanks
Webster