<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Citrix Federated Authentication Service &#8211; Carl Webster</title>
	<atom:link href="https://www.carlwebster.com/category/citrix-federated-authentication-service/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.carlwebster.com</link>
	<description>The Accidental Citrix Admin - The site for those who find themselves supporting Citrix involuntarily or accidentally</description>
	<lastBuildDate>Mon, 25 Apr 2022 10:55:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">42228915</site>	<item>
		<title>Citrix Federated Authentication Services Script Update Version 1.15</title>
		<link>https://www.carlwebster.com/citrix-federated-authentication-services-script-update-version-1-15/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 25 Apr 2022 10:55:42 +0000</pubDate>
				<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62162</guid>

					<description><![CDATA[Version 1.15 25-Apr-2022 Change all Get-WMIObject to Get-CIMInstance General code cleanup In Function OutputNicItem, fixed several issues with DHCP data Updated the help text Updated the ReadMe file You can&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.15 25-Apr-2022</p>
<ul>
<li>Change all Get-WMIObject to Get-CIMInstance</li>
<li>General code cleanup</li>
<li>In Function OutputNicItem, fixed several issues with DHCP data</li>
<li>Updated the help text</li>
<li>Updated the ReadMe file</li>
</ul>
<p><strong>You can always find the most current script by going to </strong><a title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">62162</post-id>	</item>
		<item>
		<title>All Current Documentation Scripts are Getting Updated 7-Feb-2022</title>
		<link>https://www.carlwebster.com/all-current-documentation-scripts-are-getting-updated-7-feb-2022/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 12:21:34 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[Citrix Virtual Apps and Desktops]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[NetScaler]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[XenApp 6.5]]></category>
		<category><![CDATA[XenApp 7.8 through CVAD 2006]]></category>
		<category><![CDATA[XenApp/XenDesktop 7.0 - 7.7]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=61964</guid>

					<description><![CDATA[As I get time over the next couple of days, I am updating all the current documentation scripts with a few minor bug fixes. Any script that has anything different&#8230;]]></description>
										<content:encoded><![CDATA[<p>As I get time over the next couple of days, I am updating all the current documentation scripts with a few minor bug fixes. Any script that has anything different from the fixes listed below will have that change(s) listed separately.</p>
<p>Script Bug Fix Updates 7-Feb-2022</p>
<ul>
<li>Changed the date format for the transcript and error log files from yyyy-MM-dd_HHmm format to the FileDateTime format
<ul>
<li>The format is yyyyMMddTHHmmssffff (case-sensitive, using a 4-digit year, 2-digit month, 2-digit day, the letter T as a time separator, 2-digit hour, 2-digit minute, 2-digit second, and 4-digit millisecond).</li>
<li>For example: 20221225T0840107271.</li>
</ul>
</li>
<li>Fixed the German Table of Contents (Thanks to Rene Bigler)
<ul>
<li>From
<ul>
<li>&#8216;de-&#8216; { &#8216;Automatische Tabelle 2&#8217;; Break }</li>
</ul>
</li>
<li>To
<ul>
<li>&#8216;de-&#8216; { &#8216;Automatisches Verzeichnis 2&#8217;; Break }</li>
</ul>
</li>
</ul>
</li>
<li>In Function AbortScript, add test for the winword process and terminate it if it <span style="font-size: 1rem;">is running</span>
<ul>
<li>Added stopping the transcript log if the log was enabled and started</li>
</ul>
</li>
<li>In Functions AbortScript and SaveandCloseDocumentandShutdownWord, add code from Guy Leech to test for the &#8220;Id&#8221; property before using it</li>
<li>Replaced most script Exit calls with AbortScript to stop the transcript log if the log was enabled and started</li>
<li>Updated the help text</li>
<li>Updated the ReadMe file</li>
</ul>
<p>&nbsp;</p>
<p>Active Directory 3.09 7-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Added to Domain Information the data for ms-DS-MachineAccountQuota</li>
</ul>
</li>
</ul>
<p>Active Directory Health Check 3.09 7-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Add missing variable $Script:ThisScriptPath</li>
<li>Changed all Write-Verbose statements from Get-Date to Get-Date -Format G as requested by Guy Leech</li>
<li>Removed Function Stop-Winword</li>
<li>Updated Functions CheckWordPrereq and SetupWord with the versions used in the other documentation scripts</li>
</ul>
</li>
</ul>
<p>Citrix Federated Authentication Services 1.14 7-Feb-2022</p>
<p>Citrix Provisioning Services (PVS) New 6.03 8-Feb-2022</p>
<p>Citrix Provisioning Services (PVS) Old 4.32 10-Feb-2022</p>
<p>Citrix XenApp/XenDesktop 7.0 through 7.7 1.51 13-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Since the Citrix.GroupPolicy.Commands.psm1 module file was removed in  1.50,  removed the block for Elevation if $Policies is True</li>
</ul>
</li>
</ul>
<p>Citrix XenApp/XenDesktop 7.8 through CVAD 2006 2.46 15-Feb-2022</p>
<p>Citrix Virtual Apps and Desktops V3.32 15-Feb-2022</p>
<p>Microsoft Configuration Manager 2012R2 V2.40 17-Feb-2022</p>
<p>Microsoft DHCP V2.05 17-Feb-2022</p>
<p>Microsoft DNS V2.03 18-Feb-2022</p>
<p>Citrix NetScaler Old (uses ns.conf file) V2.62 18-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Fixed $Null comparisons that were on the wrong side</li>
<li>Updated Functions CheckWordPrereq and SendEmail to the latest version</li>
</ul>
</li>
</ul>
<p>Parallels RAS V17 V1.02 18-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Added Function OutputReportFooter</li>
<li>Added Parameter ReportFooter
<ul>
<li>Outputs a footer section at the end of the report.</li>
<li>Report Footer
<ul>
<li>Report information:
<ul>
<li>Created with: &lt;Script Name&gt; &#8211; Release Date: &lt;Script Release Date&gt;</li>
<li>Script version: &lt;Script Version&gt;</li>
<li>Started on &lt;Date Time in Local Format&gt;</li>
<li>Elapsed time: nn days, nn hours, nn minutes, nn.nn seconds</li>
<li>Ran from domain &lt;Domain Name&gt; by user &lt;Username&gt;</li>
<li>Ran from the folder &lt;Folder Name&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Updated Functions SaveandCloseTextDocument and  SaveandCloseHTMLDocument to add a &#8220;Report Complete&#8221; line</li>
<li>Updated Functions ShowScriptOptions and ProcessScriptEnd to add  $ReportFooter</li>
</ul>
</li>
</ul>
<p>Parallels RAS V18 V2.11 18-Feb-2022</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Added Function OutputReportFooter</li>
<li>Added Parameter ReportFooter
<ul>
<li>Outputs a footer section at the end of the report.</li>
<li>Report Footer
<ul>
<li>Report information:
<ul>
<li>Created with: &lt;Script Name&gt; &#8211; Release Date: &lt;Script Release Date&gt;</li>
<li>Script version: &lt;Script Version&gt;</li>
<li>Started on &lt;Date Time in Local Format&gt;</li>
<li>Elapsed time: nn days, nn hours, nn minutes, nn.nn seconds</li>
<li>Ran from domain &lt;Domain Name&gt; by user &lt;Username&gt;</li>
<li>Ran from the folder &lt;Folder Name&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Updated Functions SaveandCloseTextDocument and  SaveandCloseHTMLDocument to add a &#8220;Report Complete&#8221; line</li>
<li>Updated Functions ShowScriptOptions and ProcessScriptEnd to add  $ReportFooter</li>
</ul>
</li>
</ul>
<p>VMware vSphere 1.93 23-Feb-2022</p>
<p>Citrix XenApp 6.5 5.06 23-Feb-2022</p>
<p>If you have questions or issues, please email me. webster at carlwebster dot com.</p>
<p><strong style="font-size: 1rem;">You can always find the most current script by going to </strong><a style="font-size: 1rem;" title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">61964</post-id>	</item>
		<item>
		<title>Citrix Federated Authentication Services Script Update Version 1.13</title>
		<link>https://www.carlwebster.com/citrix-federated-authentication-services-script-update-version-1-13/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 18:41:47 +0000</pubDate>
				<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=49096</guid>

					<description><![CDATA[Version 1.13 11-Sep-2021 Added array error checking for non-empty arrays before attempting to create the Word table for most Word tables Added Function OutputReportFooter Added Parameter ReportFooter Outputs a footer&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.13 11-Sep-2021</p>
<ul>
<li>Added array error checking for non-empty arrays before attempting to create the Word table for most Word tables</li>
<li>Added Function OutputReportFooter</li>
<li>Added Parameter ReportFooter
<ul>
<li>Outputs a footer section at the end of the report.</li>
<li>Report Footer
<ul>
<li>Report information:
<ul>
<li>Created with: &lt;Script Name&gt; &#8211; Release Date: &lt;Script Release Date&gt;</li>
<li>Started on &lt;Date Time in Local Format&gt;</li>
<li>Elapsed time: nn days, nn hours, nn minutes, nn.nn seconds</li>
<li>Ran from domain &lt;Domain Name&gt; by user &lt;Username&gt;</li>
<li>Ran from the folder &lt;Folder Name&gt;</li>
</ul>
</li>
</ul>
</li>
<li>Updated Functions SaveandCloseTextDocument and SaveandCloseHTMLDocument to add a &#8220;Report Complete&#8221; line</li>
<li>Updated Functions ShowScriptOptions and ProcessScriptEnd to add $ReportFooter</li>
<li>Updated the help text</li>
<li>Updated the ReadMe file</li>
</ul>
</li>
</ul>
<p>Thanks to fellow CTP Thomas Krampe for the push to add the report footer.</p>
<p>If you have questions or issues, please email me. webster at carlwebster dot com.</p>
<p><strong style="font-size: 1rem;">You can always find the most current script by going to </strong><a style="font-size: 1rem;" title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">49096</post-id>	</item>
		<item>
		<title>Citrix Federated Authentication Services Script Update Version 1.12</title>
		<link>https://www.carlwebster.com/citrix-federated-authentication-services-script-update-version-1-12/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 13:09:19 +0000</pubDate>
				<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=27888</guid>

					<description><![CDATA[Version 1.12 10-Jan-2021 Added to the Computer Hardware section, the server&#8217;s Power Plan Changed all Write-Verbose statements from Get-Date to Get-Date -Format G as requested by Guy Leech Reordered parameters&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.12 10-Jan-2021</p>
<ul>
<li>Added to the Computer Hardware section, the server&#8217;s Power Plan</li>
<li>Changed all Write-Verbose statements from Get-Date to Get-Date -Format G as requested by Guy Leech</li>
<li>Reordered parameters in an order recommended by Guy Leech</li>
<li>Updated help text</li>
<li>Updated ReadMe file</li>
</ul>
<p><strong style="font-size: 1rem;">You can always find the most current script by going to </strong><a style="font-size: 1rem;" title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">27888</post-id>	</item>
		<item>
		<title>Citrix Federated Authentication Services Script Update Version 1.11</title>
		<link>https://www.carlwebster.com/citrix-federated-authentication-services-script-update-version-1-11/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Sat, 09 May 2020 15:41:17 +0000</pubDate>
				<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=18459</guid>

					<description><![CDATA[Version 1.11 9-May-2020 Add checking for a Word version of 0, which indicates the Office installation needs repairing Add Receive Side Scaling setting to Function OutputNICItem Change color variables $wdColorGray15&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.11 9-May-2020</p>
<ul>
<li>Add checking for a Word version of 0, which indicates the Office installation needs repairing</li>
<li>Add Receive Side Scaling setting to Function OutputNICItem</li>
<li>Change color variables $wdColorGray15 and $wdColorGray05 from [long] to [int]</li>
<li>Change location of the -Dev, -Log, and -ScriptInfo output files from the script folder to the -Folder location (Thanks to Guy Leech for the &#8220;suggestion&#8221;)</li>
<li>Reformatted the terminating Write-Error messages to make them more visible and readable in the console</li>
<li>Update Function SendEmail to handle anonymous unauthenticated email</li>
<li>Update Function SetWordCellFormat to change parameter $BackgroundColor to [int]</li>
<li>Update Functions GetComputerWMIInfo and OutputNicInfo to fix two bugs in NIC Power Management settings</li>
<li>Update Help Text</li>
</ul>
<p>This script is now in Github.</p>
<p><a title="https://github.com/CarlWebster/CitrixFederatedAuthenticationService" href="https://github.com/CarlWebster/CitrixFederatedAuthenticationService" target="_blank" rel="noopener noreferrer">https://github.com/CarlWebster/CitrixFederatedAuthenticationService</a></p>
<p><strong style="font-size: 1rem;">You can always find the most current script by going to </strong><a style="font-size: 1rem;" title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18459</post-id>	</item>
		<item>
		<title>New Script: Documenting Citrix Federated Authentication Services with Microsoft PowerShell V1.00</title>
		<link>https://www.carlwebster.com/new-script-documenting-citrix-federated-authentication-services-with-microsoft-powershell-v1-00/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 13 May 2019 10:00:02 +0000</pubDate>
				<category><![CDATA[Citrix Federated Authentication Service]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=14455</guid>

					<description><![CDATA[The Citrix Federated Authentication Service (FAS) is a privileged component designed to integrate with Active Directory Certificate Services. It dynamically issues certificates for users, allowing them to log on to&#8230;]]></description>
										<content:encoded><![CDATA[<p>The Citrix Federated Authentication Service (FAS) is a privileged component designed to integrate with Active Directory Certificate Services. It dynamically issues certificates for users, allowing them to log on to an Active Directory environment as if they had a smart card.</p>
<p>I needed a way to document Citrix FAS for a project. I want to thank those in the Citrix Community who tested this script and provided feedback to improve the script and the report.</p>
<p><span id="more-14455"></span></p>
<p>This documentation script, being a new script, was used as a proving ground for the changes coming in the rewrites to the Active Directory and Citrix Virtual Apps and Desktops V3 documentation scripts.</p>
<ol>
<li>The default output format is now HTML.</li>
<li>You can now output in multiple formats.</li>
<li>You can also email multiple reports.</li>
<li>The script makes extensive use of objects and hash tables.</li>
<li>All data is gathered and processed first and then the data is passed to output functions.</li>
<li>Michael B. Smith reworked the Text and HTML output functions.</li>
<li>Michael B. Smith provided the code to validate Active Directory computer, group, and user accounts without needing the Microsoft ActiveDirectory PowerShell module.</li>
<li>Michael B. Smith updated the Microsoft code for the Convert-ToSSDL cmdlet to give you human-readable text on the very cryptic Microsoft ACL and SDDL format.</li>
</ol>
<p>Instead of the cryptic:</p>
<pre class="brush: plain; title: ; notranslate">
Name : Citrix_SmartcardLogon
ACL : O:S-1-5-21-765892123-4046736924-4110796963-519G:S-1-5-21-765892123-4046736924-4110796963-519D:PAI(OA;;CR;0e10c968-78fb-11d2-90d4-00c04f79dc55;;DC)(OA;;CR;0e10c968-78fb-11d2-90d4-00c04f79dc55;;S-1-5-21-765892123-4046736924-4110796963-1106)(OA;;CR;a05b8cc2-17bc-4802-a710-e7c15ab866a2;;DC)(OA;;CR;a05b8cc2-17bc-4802-a710-e7c15ab866a2;;S-1-5-21-765892123-4046736924-4110796963-1106)(A;;LCRPWPRCWDWO;;;S-1-5-21-765892123-4046736924-4110796963-1106)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;OICI;SD;;;DC)(A;OICIIO;FA;;;DA)(A;;LCRPRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;OICIIO;FA;;;CO)(A;OICIIO;FA;;;SY)
</pre>
<p>You get useful human-readable data thanks to the efforts of MBS.</p>
<figure id="attachment_14458" aria-describedby="caption-attachment-14458" style="width: 627px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2019/05/SDDL.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="wp-image-14458 size-full" src="https://www.carlwebster.com/wp-content/uploads/2019/05/SDDL.png" alt="Figure 1" width="627" height="474" srcset="https://www.carlwebster.com/wp-content/uploads/2019/05/SDDL.png 627w, https://www.carlwebster.com/wp-content/uploads/2019/05/SDDL-397x300.png 397w, https://www.carlwebster.com/wp-content/uploads/2019/05/SDDL-600x454.png 600w" sizes="(max-width: 627px) 100vw, 627px" /></a><figcaption id="caption-attachment-14458" class="wp-caption-text">Figure 1</figcaption></figure>
<p>On a side note, MBS was a huge help in getting the script completed that I list him as the script&#8217;s co-author.</p>
<h1><strong>What is Documented</strong></h1>
<ul>
<li>Root Certificate Authority
<ul>
<li>Certificate Authority server</li>
<li>Certificate Authority name</li>
<li>Issued to</li>
<li>Issued by</li>
<li>Valid from dates</li>
</ul>
</li>
<li>Certificate Authorities information
<ul>
<li>Certificate authority
<ul>
<li>Address</li>
<li>Is accessible</li>
<li>Is default</li>
</ul>
</li>
<li>Published Templates
<ul>
<li>Template name</li>
<li>ACL Owner</li>
<li>ACL Group</li>
<li>ACL control flags
<ul>
<li>Human-readable descriptions of SDDLs</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>FAS Server
<ul>
<li>FAS address</li>
<li>Index</li>
<li>Version</li>
<li>FAS installed version</li>
<li>Maintenance mode</li>
<li>Administration ACL
<ul>
<li>ACL owner</li>
<li>ACL group</li>
<li>ACL control flags</li>
<li>Discretionary ACL</li>
</ul>
</li>
</ul>
</li>
<li>FAS Rules information
<ul>
<li>Rule name</li>
<li>Certificate Authority</li>
<li>Certificate template</li>
<li>Available after logon</li>
<li>Security Access Control Lists
<ul>
<li>List of StoreFront servers that can use this rule</li>
<li>List of VDAs the can be logged into by this rule</li>
<li>List of users that StoreFront can log in using this rule</li>
</ul>
</li>
</ul>
</li>
<li>User Certificate information
<ul>
<li>User Principal Name</li>
<li>Role</li>
<li>Certificate definition</li>
<li>Expiry date</li>
</ul>
</li>
</ul>
<p>The script has full help text and a ReadMe. Please read the ReadMe as it contains information on the requirements for running the script and the limitations of the FAS PowerShell cmdlets.</p>
<p>If you see anything missing or incomplete, or you think something should be added to the report, send me an email. webster@carlwebster.com</p>
<p><strong style="font-size: 1rem;">You can always find the most current script by going to </strong><a style="font-size: 1rem;" title="Current Scripts" href="https://www.carlwebster.com/downloads/" target="_blank" rel="noopener noreferrer"><strong>https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/</strong></a></p>
<p>Thanks</p>
<p>Webster and Michael B. Smith</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14455</post-id>	</item>
	</channel>
</rss>
