<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Citrix Application Delivery Controller Documentation Script Version 4.52	</title>
	<atom:link href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/</link>
	<description>The Accidental Citrix Admin - The site for those who find themselves supporting Citrix involuntarily or accidentally</description>
	<lastBuildDate>Sat, 07 Aug 2021 11:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-47090</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 11:32:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-47090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-47005&quot;&gt;Adam&lt;/a&gt;.

I sent your question on to Andy who maintains the ADC script.

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-47005">Adam</a>.</p>
<p>I sent your question on to Andy who maintains the ADC script.</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-47005</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 16:14:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-47005</guid>

					<description><![CDATA[I am having the same SSL issue as Mark. Do you know if they were able to resolve the problem?]]></description>
			<content:encoded><![CDATA[<p>I am having the same SSL issue as Mark. Do you know if they were able to resolve the problem?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-43019</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Wed, 12 May 2021 11:38:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-43019</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42687&quot;&gt;Mark&lt;/a&gt;.

I forwarded your comment to Andy, the script maintainer. Let me know if you don&#039;t hear from him.

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42687">Mark</a>.</p>
<p>I forwarded your comment to Andy, the script maintainer. Let me know if you don&#8217;t hear from him.</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42687</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 05 May 2021 16:34:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-42687</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42681&quot;&gt;Carl Webster&lt;/a&gt;.

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&#039;s certificate.
    [parameter(Mandatory=$false )]
	[System.Management.Automation.SwitchParameter] $UseNSSSL,

Also do you think that this setting on the NSIP would block the script? &quot;Allow access only to management applications&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42681">Carl Webster</a>.</p>
<p>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. </p>
<p>For SSL do I change the below parameter to $true?<br />
## EXPERIMENTAL: Require SSL/TLS, e.g. <a href="https://" rel="ugc">https://</a>. This requires the client to trust to the NetScaler&#8217;s certificate.<br />
    [parameter(Mandatory=$false )]<br />
	[System.Management.Automation.SwitchParameter] $UseNSSSL,</p>
<p>Also do you think that this setting on the NSIP would block the script? &#8220;Allow access only to management applications&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42681</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Wed, 05 May 2021 11:46:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-42681</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42666&quot;&gt;Mark&lt;/a&gt;.

Hi Mark,

If you&#039;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&#039;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 &quot;test-netconnection -computername &lt;IP or DNS Name&gt; -port 443&quot; which would use the same stack as the methods the script is using.

Let me know how you get on.

Thanks,

Andy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42666">Mark</a>.</p>
<p>Hi Mark,</p>
<p>If you&#8217;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?</p>
<p>Best bet is to check the basic connectivity &#8211; e.g. can you telnet to tcp/443 on the device? if there&#8217;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.</p>
<p>If you want to check from powershell you can use &#8220;test-netconnection -computername <ip or DNS Name> -port 443&#8243; which would use the same stack as the methods the script is using.</p>
<p>Let me know how you get on.</p>
<p>Thanks,</p>
<p>Andy</ip></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-42666</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 05 May 2021 03:40:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-42666</guid>

					<description><![CDATA[Hello Carl,

For the &quot;Citrix Application Delivery Controller Documentation Script Version 4.52&quot; 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!]]></description>
			<content:encoded><![CDATA[<p>Hello Carl,</p>
<p>For the &#8220;Citrix Application Delivery Controller Documentation Script Version 4.52&#8221; can I use the DNS name of ADC Management SNIP instead of the IP? </p>
<p>I am getting cannot connect when I use the IP address within the script parameter.</p>
<p>Thank You!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-32107</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Fri, 15 Jan 2021 13:17:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-32107</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-32098&quot;&gt;GeirS&lt;/a&gt;.

Have you tried the Export and Import options. Those are what I use when I don&#039;t have access to Word at the customer&#039;s site. When Andrew does his next update to that script, I will add HTML output.

Thanks

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-32098">GeirS</a>.</p>
<p>Have you tried the Export and Import options. Those are what I use when I don&#8217;t have access to Word at the customer&#8217;s site. When Andrew does his next update to that script, I will add HTML output.</p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GeirS		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-32098</link>

		<dc:creator><![CDATA[GeirS]]></dc:creator>
		<pubDate>Fri, 15 Jan 2021 12:39:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-32098</guid>

					<description><![CDATA[Hi Carl.
Thanks for your reply.

Unfortunately a full Office repair isn&#039;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&#039;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&#039;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]]></description>
			<content:encoded><![CDATA[<p>Hi Carl.<br />
Thanks for your reply.</p>
<p>Unfortunately a full Office repair isn&#8217;t an option, as the only place where I have access to both Office and the Netscalers are from a non-persistent VDI.<br />
I tried running the script with the suggested parameters, but it didn&#8217;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.</p>
<p>I&#8217;ll have a look around and see if I can find another machine to run the script, maybe that will help.</p>
<p>Keep up to good work, and stay safe.</p>
<p>G</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-31860</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 13:14:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-31860</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-31845&quot;&gt;GeirS&lt;/a&gt;.

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]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-31845">GeirS</a>.</p>
<p>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.</p>
<p>If you could rerun the script with -Dev -ScriptInfo -Log and email me those three text files, that would help.</p>
<p><a href="mailto:webster@carlwebster.com">webster@carlwebster.com</a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GeirS		</title>
		<link>https://www.carlwebster.com/citrix-application-delivery-controller-documentation-script-version-4-52/comment-page-1/#comment-31845</link>

		<dc:creator><![CDATA[GeirS]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=23783#comment-31845</guid>

					<description><![CDATA[Hi Carl. 
FYI, seems like the latest version of the ADC script doesn&#039;t recognize the version of Word I&#039;m have available here now, so it stops. Office was updated last week, just after New Years I believe.

We&#039;re running Office 365, 16.0.13426.20270, 32 bit.

Regards,
Geir]]></description>
			<content:encoded><![CDATA[<p>Hi Carl.<br />
FYI, seems like the latest version of the ADC script doesn&#8217;t recognize the version of Word I&#8217;m have available here now, so it stops. Office was updated last week, just after New Years I believe.</p>
<p>We&#8217;re running Office 365, 16.0.13426.20270, 32 bit.</p>
<p>Regards,<br />
Geir</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
