<?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>PVS &#8211; Carl Webster</title>
	<atom:link href="https://www.carlwebster.com/category/citrix-pvs/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, 17 Apr 2023 17:42:33 +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 Provisioning Services 7.x Documentation Script Update Version 6.07</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-07/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 17 Apr 2023 17:42:33 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62534</guid>

					<description><![CDATA[Version 6.07 17-Apr-2023 Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive If(SetupType -eq 1 -and CloudSetupActive -eq $True ) { &#8220;Farm is in cloud setup and all PVS&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 6.07 17-Apr-2023</p>
<ul>
<li>Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive
<ul>
<li>If(SetupType -eq 1 -and CloudSetupActive -eq $True )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 1 -and CloudSetupActive -eq $False )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have not updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 0)</li>
<li>{
<ul>
<li>&#8220;Farm is in on-premises mode&#8221;</li>
</ul>
</li>
<li>}</li>
</ul>
</li>
<li>For Text output, fixed some formatting and alignment issues</li>
<li>In Function OutputSite:
<ul>
<li>If SetupType is 1 (Cloud), output the Cloud Customer ID and Name in the  Licensing section</li>
<li>Added two new Virtual Hosting Pool connection types added in 2303:
<ul>
<li>4 = Azure</li>
<li>5 = Google Cloud Platform</li>
</ul>
</li>
<li>Notes:
<ul>
<li>You must run the PVS server and console in Azure to see Azure-specific options.</li>
<li>You must run the PVS server and console in GCP to see GCP-specific options.</li>
<li>You cannot stream to Azure or GCP from On-premises, for example.</li>
<li>Citrix only supports creating PVS targets in Azure or GCP as part of streaming CVAD catalog VDAs.</li>
<li>Citrix only supports creating virtual hosting pool records for Azure and GCP from a CVAD Hosting unit as part of the CVAD Setup Wizard.</li>
</ul>
</li>
</ul>
</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">62534</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 2.03</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-2-03/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 17 Apr 2023 17:23:58 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62530</guid>

					<description><![CDATA[Version 2.03 17-Apr-2023 Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive If(SetupType -eq 1 -and CloudSetupActive -eq $True ) { &#8220;Farm is in cloud setup and all PVS&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 2.03 17-Apr-2023</p>
<ul>
<li>Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive
<ul>
<li>If(SetupType -eq 1 -and CloudSetupActive -eq $True )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 1 -and CloudSetupActive -eq $False )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have not updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 0)</li>
<li>{
<ul>
<li>&#8220;Farm is in on-premises mode&#8221;</li>
</ul>
</li>
<li>}</li>
</ul>
</li>
<li>In Function OutputSite:
<ul>
<li>If SetupType is 1 (Cloud), output the Cloud Customer ID and Name in the  Licensing section</li>
</ul>
</li>
<li>Renamed transcript log file from PVSHealthCheckScriptTranscript to PVSHealthCheckV2ScriptTranscript</li>
<li>Renamed script errors file from PVSHealthCheckScriptErrors to PVSHealthCheckV2ScriptErrors</li>
<li>Renamed script info file from PVSInventoryScriptInfo to PVSHealthCheckV2ScriptInfo</li>
<li>Updated the ReadMe file</li>
<li>Updated the help text</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">62530</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 1.27</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-1-27/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 17 Apr 2023 17:10:08 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62525</guid>

					<description><![CDATA[Version 1.27 17-Apr-2023 Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive If(SetupType -eq 1 -and CloudSetupActive -eq $True ) { &#8220;Farm is in cloud setup and all PVS&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.27 17-Apr-2023</p>
<ul>
<li>Added new Farm properties introduced in 2303, SetupType and  CloudSetupActive
<ul>
<li>If(SetupType -eq 1 -and CloudSetupActive -eq $True )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 1 -and CloudSetupActive -eq $False )</li>
<li>{
<ul>
<li>&#8220;Farm is in cloud setup and all PVS servers have not updated to cloud mode&#8221;</li>
</ul>
</li>
<li>}</li>
<li>ElseIf(SetupType -eq 0)</li>
<li>{
<ul>
<li>&#8220;Farm is in on-premises mode&#8221;</li>
</ul>
</li>
<li>}</li>
</ul>
</li>
<li>In Function OutputSite:
<ul>
<li>If SetupType is 1 (Cloud), output the Cloud Customer ID and Name in the  Licensing section</li>
</ul>
</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">62525</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 2.02</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-2-02/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 09:35:58 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62178</guid>

					<description><![CDATA[Version 2.02 26-Apr-2022 In Function OutputNicItem, fixed several issues with DHCP data 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]]></description>
										<content:encoded><![CDATA[<p>Version 2.02 26-Apr-2022</p>
<ul>
<li>In Function OutputNicItem, fixed several issues with DHCP data</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">62178</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 1.26</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-1-26/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 09:17:02 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62174</guid>

					<description><![CDATA[Version 1.26 26-Apr-2022 Change all Get-WMIObject to Get-CIMInstance General code cleanup In Function OutputNicItem, fixed several issues with DHCP data You can always find the most current script by going&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.26 26-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>
</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">62174</post-id>	</item>
		<item>
		<title>Citrix “Old” Provisioning Services Documentation Script Update 4.34</title>
		<link>https://www.carlwebster.com/citrix-old-provisioning-services-documentation-script-update-4-34/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 25 Apr 2022 15:43:08 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62170</guid>

					<description><![CDATA[Version 4.34 25-Apr-2022 Change all Get-WMIObject to Get-CIMInstance General code cleanup In Function OutputNicItem, fixed several issues with DHCP data You can always find the most current script by going&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 4.34 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>
</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">62170</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services 7.x Documentation Script Update Version 6.06</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-06/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 25 Apr 2022 12:02:24 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62166</guid>

					<description><![CDATA[Version 6.06 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 6.06 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">62166</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services 7.x Documentation Script Update Version 6.05</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-05/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 13:01:00 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62118</guid>

					<description><![CDATA[Version 6.05 29-Mar-2022 Fixed bug in Function DeviceStatus where I used the wrong device property to check for the active status In Function DeviceStatus, added the following BDM properties: BDM&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 6.05 29-Mar-2022</p>
<ul>
<li>Fixed bug in Function DeviceStatus where I used the wrong device property to check for the active status</li>
<li>In Function DeviceStatus, added the following BDM properties:
<ul>
<li>BDM Boot type: Use PXE boot when set to 0, BDM (Bios) boot when set to 1, and BDM (UEFI) boot when set to 2. Default=0</li>
<li>BDM Boot format: 1 use VHD for BDMboot, 2 use ISO, 3 use USB. Default=0</li>
<li>BDM created: Timestamp when BDM device was created Default=Empty</li>
<li>BDM updated: Timestamp of the last BDM boot disk update. Default=Empty</li>
</ul>
</li>
<li>Removed Function Check-NeededPSSnapins</li>
<li>Some general code cleanup</li>
</ul>
<p>Thanks to R. Davis and K. Johansen from the <a href="https://join.slack.com/t/worldofeuc/shared_invite/zt-dexotib9-vL0IzKmh9QhPrGxE8LotAA" target="_blank" rel="noopener">World of EUC Slack</a> for taking the time to test.</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">62118</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 2.01</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-2-01/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 12:53:54 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62115</guid>

					<description><![CDATA[Version 2.01 29-Mar-2022 Fixed bug in Function DeviceStatus where I used the wrong device property to check for the active status Some general code cleanup You can always find the&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 2.01 29-Mar-2022</p>
<ul>
<li style="list-style-type: none;"></li>
<li>Fixed bug in Function DeviceStatus where I used the wrong device property to check for the active status</li>
<li>Some general code cleanup</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">62115</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 2.00</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-2-00/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 14 Mar 2022 09:43:28 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62078</guid>

					<description><![CDATA[Image with me, please. Either you are a new Citrix admin or a consultant tasked with updating/upgrading a Citrix PVS 6.x or 7.x Farm with multiple servers. What do you&#8230;]]></description>
										<content:encoded><![CDATA[<p>Image with me, please. Either you are a new Citrix admin or a consultant tasked with updating/upgrading a Citrix PVS 6.x or 7.x Farm with multiple servers. What do you use to verify that all the servers have:</p>
<ul>
<li>The same Network Advanced Server items</li>
<li>The same settings from the configuration wizard</li>
<li>The same Server Bootstrap settings</li>
<li>The same DisableTaskOffload registry key value</li>
<li>PVS services configured properly</li>
<li>PVS services failure actions configured properly</li>
<li>Are there any vDisks past the Farm merge setting</li>
<li>Are there any empty Device Collections</li>
<li>Are there any vDisks not associated with any Target Device</li>
<li>Do any of the servers have bad streaming IP addresses</li>
<li>Registry keys set the same across all server</li>
<li>Are there any vDisks configured for server-side caching</li>
<li>Do they have the same Windows Updates</li>
<li>Do they have the same Windows components installed</li>
<li>Are the PVS processes working</li>
<li>Are there any Farm or Server items that need reviewing
<ul>
<li>Hardware configuration</li>
<li>Hard drive configurations</li>
<li>Processor configurations</li>
<li>NIC configurations</li>
</ul>
</li>
<li>Citrix components</li>
</ul>
<p>There is nothing publicly available from Citrix to help you assess the overall health and configuration of a Citrix PVS Farm. That is the purpose behind the PVS Health Check script. The V2 update now supports HTML and Word/PDF output in addition to plain text output. You can also generate multiple outputs in one run.</p>
<p>I want to thank all the testers who spent weeks testing all the updates. I want to especially thank the testers who sent sample reports and who found bugs and worked with me to test the fixes. This script is better because of their help.</p>
<p>Version 2.00 14-Mar-2022</p>
<ul>
<li>Added MultiSubnetFailover to Farm Status section
<ul>
<li>Thanks to Arnaud Pain</li>
<li>I can&#8217;t believe no one has asked for this since PVS 7.11 was released on 14-Sep-2016</li>
</ul>
</li>
<li>Added the following functions to support Word/PDF and HTML output and new parameters:
<ul>
<li>AddHTMLTable</li>
<li>AddWordTable</li>
<li>CheckWordPrereq</li>
<li>FindWordDocumentEnd</li>
<li>FormatHTMLTable</li>
<li>GetCulture</li>
<li>Get-LocalRegistryValue</li>
<li>Get-RegistryValue</li>
<li>OutputauthGroups</li>
<li>OutputNotice</li>
<li>OutputReportFooter</li>
<li>OutputWarning</li>
<li>ProcessDocumentOutput</li>
<li>SaveandCloseDocumentandShutdownWord</li>
<li>SaveandCloseHTMLDocument</li>
<li>Set-DocumentProperty</li>
<li>SetupWord</li>
<li>SetWordCellFormat</li>
<li>SetWordHashTable</li>
<li>SetWordTableAlternateRowColor</li>
<li>Test-RegistryValue</li>
<li>UpdateDocumentProperties</li>
<li>ValidateCompanyName</li>
<li>ValidateCoverPage</li>
<li>validObject</li>
<li>validStateProp</li>
<li>WriteHTMLLine</li>
<li>WriteWordLine</li>
</ul>
</li>
<li>Added the following parameters:
<ul>
<li>AddDateTime</li>
<li>CompanyAddress</li>
<li>CompanyEmail</li>
<li>CompanyFax</li>
<li>CompanyName</li>
<li>CompanyPhone</li>
<li>CoverPage</li>
<li>HTML</li>
<li>MSWord</li>
<li>PDF</li>
<li>ReportFooter</li>
<li>Text</li>
<li>UserName</li>
</ul>
</li>
<li>Any Function in this script not listed anywhere else in this changelog was updated to support Word/PDF and HTML output</li>
<li>Changed all file names by adding a V2 somewhere in the name</li>
<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>Dropped support for PVS 5. The V1.25 script still supports PVS 5.x</li>
<li>Fixed a bug in Function GetInstalledRolesAndFeatures that didn&#8217;t handle the condition of no installed Roles or Features
<ul>
<li>Thanks to Arnaud Pain for reporting this</li>
</ul>
</li>
<li>Fixed a bug when retrieving a Device Collection&#8217;s Administrators and Operators
<ul>
<li>I was not comparing to the specific device collection name, which returned all administrators and operators for all device collections and not the device collection being processed</li>
</ul>
</li>
<li>Fixed a bug with handling a PVS server with multiple NICs and multiple IPv4 addresses
<ul>
<li>This bug has existed since I created the script in 2012</li>
<li>I changed the $Script:NICIPAddresses array from @{} to New-Object System.Collections.ArrayList</li>
<li>Updated Function ProcessPVSSite to use Get-NetIPAddress -CimSession to get all the IPv4 addresses</li>
<li>This allows the gathering of IPv4 addresses regardless of the OS or PVS version</li>
<li>Updated Function GetBadStreamingIPAddresses to work with the new array type for $Script:NICIPAddresses</li>
</ul>
</li>
<li>Format the Farm, Properties, Status section to match the console output</li>
<li>In Function DeviceStatus, change the output of the Target device&#8217;s active/inactive status and license type</li>
<li>In Function GetBootstrapInfo, for HTML output, check if any array items exist before outputting a blank table with only column headings</li>
<li>In Function GetConfigWizardInfo, fix $PXEServices to work with PVS7+
<ul>
<li>If DHCPType is equal to 1073741824, then if PXE is set to PVS, in PVS V6, PXEType is set to 0, but in PVS7, PXEType is set to 1</li>
<li>Updated the function to check for both 0 and 1 values</li>
</ul>
</li>
<li>In Function GetDisableTaskOffloadInfo, changed the value of $TaskOffloadValue:
<ul>
<li>If the registry value DisableTaskOffload does not exist, from &#8220;Missing&#8221; to &#8220;Not defined&#8221;</li>
<li>To a String[] so the HTML output works</li>
</ul>
</li>
<li>In Function ProcessStores, change the Word/PDF and HTML output to tables instead of individual lines</li>
<li>Replaced all Get-WmiObject with Get-CimInstance</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 following functions to the latest versions:
<ul>
<li>AbortScript</li>
<li>GetComputerWMIInfo</li>
<li>line</li>
<li>OutputComputerItem</li>
<li>OutputDriveItem</li>
<li>OutputNicItem</li>
<li>OutputProcessorItem</li>
<li>ProcessScriptEnd</li>
<li>SaveandCloseTextDocument</li>
<li>SendEmail</li>
<li>SetFilenames</li>
<li>SetupText</li>
<li>ShowScriptOptions</li>
</ul>
</li>
<li>Updated the help text</li>
<li>Updated the ReadMe file</li>
<li>Went to Set-StrictMode -Version Latest, from Version 2 and cleaned up all related errors</li>
<li>You can select multiple output formats</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">62078</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services 7.x Documentation Script Update Version 6.04</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-04/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 10:07:48 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62042</guid>

					<description><![CDATA[While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V6 script update. Version 6.04 6-Mar-2022 Add Function Get-IPAddress Fixed bug&#8230;]]></description>
										<content:encoded><![CDATA[<p>While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V6 script update.</p>
<p>Version 6.04 6-Mar-2022</p>
<ul>
<li>Add Function Get-IPAddress</li>
<li>Fixed bug when retrieving a Device Collection&#8217;s Administrators and Operators
<ul>
<li>I was not comparing to the specific device collection name, which returned all administrators and operators for all device collections and not the device collection being processed</li>
</ul>
</li>
<li>Format the Farm, Properties, Status section to match the console output</li>
<li>In Function OutputFarm, add the following:
<ul>
<li>License server IP address</li>
<li>For the Options tab info, section headings to Word/PDF and HTML output that were in the Text output</li>
<li>SQL Server IP address</li>
<li>Failover partner IP address</li>
<li>MultiSubnetFailover to Farm Status section
<ul>
<li>Thanks to Arnaud Pain</li>
<li>I can&#8217;t believe no one has asked for this since PVS 7.11 was released on 14-Sep-2016</li>
</ul>
</li>
</ul>
</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">62042</post-id>	</item>
		<item>
		<title>Citrix “Old” Provisioning Services Documentation Script Update 4.33</title>
		<link>https://www.carlwebster.com/citrix-old-provisioning-services-documentation-script-update-4-33/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 10:02:42 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62040</guid>

					<description><![CDATA[While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V4 script update. Version 4.33 6-Mar-2022 Added MultiSubnetFailover to Farm Status&#8230;]]></description>
										<content:encoded><![CDATA[<p>While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V4 script update.</p>
<p>Version 4.33 6-Mar-2022</p>
<ul>
<li>Added MultiSubnetFailover to Farm Status section
<ul>
<li>Thanks to Arnaud Pain</li>
<li>I can&#8217;t believe no one has asked for this since PVS 7.11 was released on 14-Sep-2016</li>
</ul>
</li>
<li>Fixed bug when retrieving a Device Collection&#8217;s Administrators and Operators
<ul>
<li>I was not comparing to the specific device collection name, which returned all administrators and operators for all device collections and not the device collection being processed</li>
</ul>
</li>
<li>Format the Farm, Properties, Status section to match the console output</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">62040</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 1.25</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-1-25/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 09:53:48 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62036</guid>

					<description><![CDATA[While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V1 script update. Version 1.25 6-Mar-2022 Added MultiSubnetFailover to Farm Status&#8230;]]></description>
										<content:encoded><![CDATA[<p>While working on the V2 PVS Health Check script, I found several bugs. I backported those fixes into this V1 script update.</p>
<p>Version 1.25 6-Mar-2022</p>
<ul>
<li>Added MultiSubnetFailover to Farm Status section
<ul>
<li>Thanks to Arnaud Pain</li>
<li>I can&#8217;t believe no one has asked for this since PVS 7.11 was released on 14-Sep-2016</li>
</ul>
</li>
<li>Fixed a bug in Function GetInstalledRolesAndFeatures that didn&#8217;t handle the condition of no installed Roles or Features
<ul>
<li>Thanks to Arnaud Pain for reporting this</li>
</ul>
</li>
<li>Fixed bug when retrieving a Device Collection&#8217;s Administrators and Operators
<ul>
<li>I was not comparing to the specific device collection name, which returned all administrators and operators for all device collections and not the device collection being processed</li>
</ul>
</li>
<li>Fixed several incorrect variable names</li>
<li>Format the Farm, Properties, Status section to match the console output</li>
<li>In Function GetConfigWizardInfo, fix $PXEServices to work with PVS7+
<ul>
<li>If DHCPType is equal to 1073741824, then if PXE is set to PVS, in PVS V5/6, PXEType is set to 0, but in PVS7, PXEType is set to 1</li>
<li>Updated the function to check for both 0 and 1 values</li>
</ul>
</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">62036</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 “Old” Provisioning Services Documentation Script Update 4.31</title>
		<link>https://www.carlwebster.com/citrix-old-provisioning-services-documentation-script-update-4-31/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 23 Nov 2021 21:19:59 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=61809</guid>

					<description><![CDATA[While old scripts that are not actively maintained do not get new features, they do get bug fixes. #Version 4.31 23-Nov-2021 Added Function OutputReportFooter Added Parameter ReportFooter Outputs a footer&#8230;]]></description>
										<content:encoded><![CDATA[<p>While old scripts that are not actively maintained do not get new features, they do get bug fixes.</p>
<p>#Version 4.31 23-Nov-2021</p>
<ul>
<li>Added Function OutputReportFooter</li>
<li>Added Parameter ReportFooter</li>
<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>
<li>Cleaned up numerous incorrect $Null comparisons</li>
<li>In Function AbortScript, add test for the winword process and terminate it if it is running</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>Updated Functions ShowScriptOptions and ProcessScriptEnd to add $ReportFooter</li>
<li>Updated Functions AddWordTable and SetWordCellFormat</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">61809</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services 7.x Documentation Script Update Version 6.02</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-02/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 19:12:41 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=49103</guid>

					<description><![CDATA[Version 6.02 2-Sep-2021 Add array error checking for non-empty arrays before attempting to create the Word table for most Word tables Add Function OutputReportFooter Add Parameter ReportFooter Outputs a footer section&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 6.02 2-Sep-2021</p>
<ul>
<li>Add array error checking for non-empty arrays before attempting to create the Word table for most Word tables</li>
<li>Add Function OutputReportFooter</li>
<li>Add 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>
</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">49103</post-id>	</item>
		<item>
		<title>Building Webster&#8217;s Lab V2 PDF</title>
		<link>https://www.carlwebster.com/building-websters-lab-v2-pdf/</link>
					<comments>https://www.carlwebster.com/building-websters-lab-v2-pdf/#comments</comments>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 11:54:35 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Citrix Virtual Apps and Desktops]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IGEL]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[XenServer]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=43805</guid>

					<description><![CDATA[I spent 688 hours on the article series and another 50 hours getting this PDF edited and created. Along the way, Grammarly kept finding issues to correct. All the corrections&#8230;]]></description>
										<content:encoded><![CDATA[<p>I spent 688 hours on the article series and another 50 hours getting this PDF edited and created. Along the way, Grammarly kept finding issues to correct. All the corrections are also in the posted articles. The PDF is 1,335 pages, has well over 1,500 images, and is 42MB.</p>
<p>I updated the PDF last on 22-Sep-2021.</p>
<p><strong style="font-size: 1rem;">You can always find the most current PDF 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>
					
					<wfw:commentRss>https://www.carlwebster.com/building-websters-lab-v2-pdf/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">43805</post-id>	</item>
		<item>
		<title>20 Building Webster&#8217;s Lab V2 – Create a Management Computer</title>
		<link>https://www.carlwebster.com/20-building-websters-lab-v2-create-a-management-computer/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Fri, 18 Jun 2021 08:17:34 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Citrix Virtual Apps and Desktops]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[XenServer]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=32109</guid>

					<description><![CDATA[[Updated 8-Nov-2021] The next step is to create a management computer from the Windows 10 template with the additional servers built and configured. We use the VM built in this&#8230;]]></description>
										<content:encoded><![CDATA[<p>[Updated 8-Nov-2021]</p>
<p>The next step is to create a management computer from the Windows 10 <span style="font-size: 1rem;">template with the additional servers built and configured. We use the VM built in this article for PowerShell scripting running consoles from Citrix, Microsoft, Parallels, and VMware. My lab&#8217;s infrastructure VMs reside in my XenServer pool, as explained in the </span><a style="font-size: 1rem;" href="https://www.carlwebster.com/01-building-websters-lab-v2-introduction/" target="_blank" rel="noopener">Introduction article</a><span style="font-size: 1rem;">. I consider the management computer an infrastructure computer as it is permanent.</span></p>
<p><strong>Note:</strong> What I call a Management Computer goes by different names.</p>
<ul>
<li>Jump Server</li>
<li>Jump Machine</li>
<li>Jump Host</li>
<li>Bastion Machine</li>
<li>Bastion Host</li>
<li>And I am sure other locations around the world use other names</li>
</ul>
<p>Whatever you want to call it, this is a centralized computer for managing and accessing servers, network equipment, storage devices, and other management activities. Some people use a server operating system (OS), and some use a desktop OS. It depends on the licensing restrictions of the software used on the computer.</p>
<p>From the <a href="https://www.carlwebster.com/01-building-websters-lab-v2-introduction/" target="_blank" rel="noopener">introduction article</a>, this is the VM we are building.</p>
<table>
<tbody>
<tr>
<td width="104"><strong>Name</strong></td>
<td width="382"><strong>Description</strong></td>
<td width="107"><strong>IP Address</strong></td>
</tr>
<tr>
<td width="104">LabMgmtPC</td>
<td width="382">VM with management consoles, PowerShell stuff, and Office</td>
<td width="107">192.168.1.200</td>
</tr>
</tbody>
</table>
<h2>VMware</h2>
<p>In vCenter, right-click the Windows 10 Template and click on <em>New VM from This Template…</em>, as shown in Figure 1.</p>
<figure id="attachment_32113" aria-describedby="caption-attachment-32113" style="width: 471px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure001-18.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="wp-image-32113 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure001-18.png" alt="Figure 1" width="471" height="332" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure001-18.png 471w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure001-18-426x300.png 426w" sizes="(max-width: 471px) 100vw, 471px" /></a><figcaption id="caption-attachment-32113" class="wp-caption-text">Figure 1</figcaption></figure>
<p>Enter a V<em>irtual machine name</em> and click <em>Next</em>, as shown in Figure 2.</p>
<figure id="attachment_32114" aria-describedby="caption-attachment-32114" style="width: 1152px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18.png" target="_blank" rel="noopener"><img decoding="async" class="wp-image-32114 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18.png" alt="Figure 2" width="1152" height="757" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18.png 1152w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18-457x300.png 457w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18-900x591.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18-768x505.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure002-18-600x394.png 600w" sizes="(max-width: 1152px) 100vw, 1152px" /></a><figcaption id="caption-attachment-32114" class="wp-caption-text">Figure 2</figcaption></figure>
<p>Click <em>Next</em>, as shown in Figure 3.</p>
<figure id="attachment_32115" aria-describedby="caption-attachment-32115" style="width: 1000px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18.png" target="_blank" rel="noopener"><img decoding="async" class="wp-image-32115 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18.png" alt="Figure 3" width="1000" height="758" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18.png 1000w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18-396x300.png 396w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18-900x682.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18-768x582.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure003-18-600x455.png 600w" sizes="(max-width: 1000px) 100vw, 1000px" /></a><figcaption id="caption-attachment-32115" class="wp-caption-text">Figure 3</figcaption></figure>
<p>Select the NFS shared datastore <a href="https://www.carlwebster.com/07-building-websters-lab-v2-create-vsphere-networking-and-network-storage/" target="_blank" rel="noopener">created earlier</a> in this series and click <em>Next</em>, as shown in Figure 4.</p>
<figure id="attachment_32116" aria-describedby="caption-attachment-32116" style="width: 1001px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32116 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18.png" alt="Figure 4" width="1001" height="759" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18.png 1001w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18-396x300.png 396w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18-900x682.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18-768x582.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure004-18-600x455.png 600w" sizes="auto, (max-width: 1001px) 100vw, 1001px" /></a><figcaption id="caption-attachment-32116" class="wp-caption-text">Figure 4</figcaption></figure>
<p>Select <em>Power on virtual machine after creation</em> and click <em>Next</em>, as shown in Figure 5.</p>
<figure id="attachment_32117" aria-describedby="caption-attachment-32117" style="width: 1002px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32117 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18.png" alt="Figure 5" width="1002" height="758" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18.png 1002w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18-397x300.png 397w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18-900x681.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18-768x581.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure005-18-600x454.png 600w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /></a><figcaption id="caption-attachment-32117" class="wp-caption-text">Figure 5</figcaption></figure>
<p>Verify that the configuration data for the new VM is correct and click <em>Finish</em>, as shown in Figure 6. If any item is incorrect, click <em>Back</em>, correct the item(s), and continue.</p>
<figure id="attachment_32118" aria-describedby="caption-attachment-32118" style="width: 1000px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32118 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18.png" alt="Figure 6" width="1000" height="758" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18.png 1000w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18-396x300.png 396w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18-900x682.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18-768x582.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure006-18-600x455.png 600w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a><figcaption id="caption-attachment-32118" class="wp-caption-text">Figure 6</figcaption></figure>
<p>It took about 2 minutes to create the VM from the template in my lab.</p>
<p>Wait for the creation of the VM to complete, as shown in Figure 7.</p>
<figure id="attachment_32119" aria-describedby="caption-attachment-32119" style="width: 563px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure007-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32119 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure007-17.png" alt="Figure 7" width="563" height="131" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure007-17.png 563w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure007-17-530x123.png 530w" sizes="auto, (max-width: 563px) 100vw, 563px" /></a><figcaption id="caption-attachment-32119" class="wp-caption-text">Figure 7</figcaption></figure>
<p>Since we enabled Remote Desktop in the Template, the new VM has it enabled.</p>
<p>In vCenter, select the new Windows 10 VM, and in the right pane, look at the IP address, as shown in Figure 8.</p>
<figure id="attachment_32120" aria-describedby="caption-attachment-32120" style="width: 832px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32120 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17.png" alt="Figure 8" width="832" height="372" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17.png 832w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17-530x237.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17-768x343.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure008-17-600x268.png 600w" sizes="auto, (max-width: 832px) 100vw, 832px" /></a><figcaption id="caption-attachment-32120" class="wp-caption-text">Figure 8</figcaption></figure>
<p>As shown in Figure 9, click <em>Start</em>, <em>Run</em>, and type in <strong>mstsc /v:ipaddress /admin</strong>, and press <em>Enter</em> [where IP Address is the IP address shown in Figure 8].</p>
<figure id="attachment_32121" aria-describedby="caption-attachment-32121" style="width: 399px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure009-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32121 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure009-17.png" alt="Figure 9" width="399" height="208" /></a><figcaption id="caption-attachment-32121" class="wp-caption-text">Figure 9</figcaption></figure>
<p>Using Remote Desktop at this point makes it easier for me to get screenshots.</p>
<p>Enter the credentials for the local account created during the Windows 10 template build and press <em>Enter</em>, as shown in Figure 10.</p>
<figure id="attachment_32122" aria-describedby="caption-attachment-32122" style="width: 456px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure010-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32122 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure010-17.png" alt="Figure 10" width="456" height="313" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure010-17.png 456w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure010-17-437x300.png 437w" sizes="auto, (max-width: 456px) 100vw, 456px" /></a><figcaption id="caption-attachment-32122" class="wp-caption-text">Figure 10</figcaption></figure>
<p>Click <em>Yes</em>, as shown in Figure 11.</p>
<figure id="attachment_32123" aria-describedby="caption-attachment-32123" style="width: 392px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure011-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32123 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure011-17.png" alt="Figure 11" width="392" height="401" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure011-17.png 392w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure011-17-293x300.png 293w" sizes="auto, (max-width: 392px) 100vw, 392px" /></a><figcaption id="caption-attachment-32123" class="wp-caption-text">Figure 11</figcaption></figure>
<p>Select your region and click <em>Yes</em>, as shown in Figure 12.</p>
<figure id="attachment_32124" aria-describedby="caption-attachment-32124" style="width: 1084px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32124 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17.png" alt="Figure 12" width="1084" height="829" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17.png 1084w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17-392x300.png 392w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17-900x688.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17-768x587.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure012-17-600x459.png 600w" sizes="auto, (max-width: 1084px) 100vw, 1084px" /></a><figcaption id="caption-attachment-32124" class="wp-caption-text">Figure 12</figcaption></figure>
<p>Select your keyboard layout and click <em>Yes</em>, as shown in Figure 13.</p>
<figure id="attachment_32125" aria-describedby="caption-attachment-32125" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32125 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17.png" alt="Figure 13" width="1078" height="828" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17-900x691.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17-768x590.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure013-17-600x461.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32125" class="wp-caption-text">Figure 13</figcaption></figure>
<p>Click <em>Skip</em>, as shown in Figure 14.</p>
<figure id="attachment_32126" aria-describedby="caption-attachment-32126" style="width: 1080px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32126 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17.png" alt="Figure 14" width="1080" height="842" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17.png 1080w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17-385x300.png 385w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17-900x702.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17-768x599.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure014-17-600x468.png 600w" sizes="auto, (max-width: 1080px) 100vw, 1080px" /></a><figcaption id="caption-attachment-32126" class="wp-caption-text">Figure 14</figcaption></figure>
<p>Click <em>Accept</em>, as shown in Figure 15.</p>
<figure id="attachment_32127" aria-describedby="caption-attachment-32127" style="width: 1077px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32127 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18.png" alt="Figure 15" width="1077" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18.png 1077w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18-389x300.png 389w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18-900x694.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure015-18-600x463.png 600w" sizes="auto, (max-width: 1077px) 100vw, 1077px" /></a><figcaption id="caption-attachment-32127" class="wp-caption-text">Figure 15</figcaption></figure>
<p>Click <em>Domain join instead</em>, as shown in Figure 16.</p>
<figure id="attachment_32128" aria-describedby="caption-attachment-32128" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32128 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17.png" alt="Figure 16" width="1078" height="829" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17-900x692.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure016-17-600x461.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32128" class="wp-caption-text">Figure 16</figcaption></figure>
<p>Type in a local user account name and click <em>Next</em>, as shown in Figure 17.</p>
<figure id="attachment_32129" aria-describedby="caption-attachment-32129" style="width: 1079px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32129 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17.png" alt="Figure 17" width="1079" height="836" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17.png 1079w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17-387x300.png 387w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17-900x697.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17-768x595.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure017-17-600x465.png 600w" sizes="auto, (max-width: 1079px) 100vw, 1079px" /></a><figcaption id="caption-attachment-32129" class="wp-caption-text">Figure 17</figcaption></figure>
<p>Enter a password and click <em>Next</em>, as shown in Figure 18.</p>
<figure id="attachment_32130" aria-describedby="caption-attachment-32130" style="width: 1081px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32130 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17.png" alt="Figure 18" width="1081" height="832" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17.png 1081w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17-900x693.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure018-17-600x462.png 600w" sizes="auto, (max-width: 1081px) 100vw, 1081px" /></a><figcaption id="caption-attachment-32130" class="wp-caption-text">Figure 18</figcaption></figure>
<p>Confirm the password and click <em>Next</em>, as shown in Figure 19.</p>
<figure id="attachment_32131" aria-describedby="caption-attachment-32131" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32131 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17.png" alt="Figure 19" width="1078" height="833" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17-388x300.png 388w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17-900x695.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure019-17-600x464.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32131" class="wp-caption-text">Figure 19</figcaption></figure>
<p>Select three security questions, enter the answer, and click <em>Next</em>, as shown in Figures 20 through 22.</p>
<figure id="attachment_32132" aria-describedby="caption-attachment-32132" style="width: 1074px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32132 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17.png" alt="Figure 20" width="1074" height="835" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17.png 1074w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17-386x300.png 386w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17-900x700.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17-768x597.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure020-17-600x466.png 600w" sizes="auto, (max-width: 1074px) 100vw, 1074px" /></a><figcaption id="caption-attachment-32132" class="wp-caption-text">Figure 20</figcaption></figure>
<figure id="attachment_32133" aria-describedby="caption-attachment-32133" style="width: 1079px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32133 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16.png" alt="Figure 21" width="1079" height="828" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16.png 1079w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16-900x691.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16-768x589.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure021-16-600x460.png 600w" sizes="auto, (max-width: 1079px) 100vw, 1079px" /></a><figcaption id="caption-attachment-32133" class="wp-caption-text">Figure 21</figcaption></figure>
<figure id="attachment_32134" aria-describedby="caption-attachment-32134" style="width: 1080px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32134 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16.png" alt="Figure 22" width="1080" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16.png 1080w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16-900x693.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure022-16-600x462.png 600w" sizes="auto, (max-width: 1080px) 100vw, 1080px" /></a><figcaption id="caption-attachment-32134" class="wp-caption-text">Figure 22</figcaption></figure>
<p>Select your privacy settings and click <em>Accept</em>, as shown in Figure 23. I set them all to No.</p>
<figure id="attachment_32135" aria-describedby="caption-attachment-32135" style="width: 1077px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32135 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15.png" alt="Figure 23" width="1077" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15.png 1077w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15-389x300.png 389w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15-900x694.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure023-15-600x463.png 600w" sizes="auto, (max-width: 1077px) 100vw, 1077px" /></a><figcaption id="caption-attachment-32135" class="wp-caption-text">Figure 23</figcaption></figure>
<p>Make a selection for Cortana, as shown in Figure 24. I selected <em>Not now</em>, plus one of the settings in my Lab Defaults Group Policy to disable the use of Cortana.</p>
<figure id="attachment_32136" aria-describedby="caption-attachment-32136" style="width: 1082px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32136 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15.png" alt="Figure 24" width="1082" height="830" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15.png 1082w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15-900x690.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15-768x589.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure024-15-600x460.png 600w" sizes="auto, (max-width: 1082px) 100vw, 1082px" /></a><figcaption id="caption-attachment-32136" class="wp-caption-text">Figure 24</figcaption></figure>
<p>If you receive the following popup, click <em>Yes</em>, as shown in Figure 25. I only received this popup for VMware, not XenServer.</p>
<figure id="attachment_32137" aria-describedby="caption-attachment-32137" style="width: 343px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure025-14.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32137 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure025-14.png" alt="Figure 25" width="343" height="403" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure025-14.png 343w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure025-14-255x300.png 255w" sizes="auto, (max-width: 343px) 100vw, 343px" /></a><figcaption id="caption-attachment-32137" class="wp-caption-text">Figure 25</figcaption></figure>
<p>Right-click the network icon in the systray and click <em>Open Network &amp; Internet settings</em>, as shown in Figure 26.</p>
<figure id="attachment_32138" aria-describedby="caption-attachment-32138" style="width: 290px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure026-13.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32138 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure026-13.png" alt="Figure 26" width="290" height="107" /></a><figcaption id="caption-attachment-32138" class="wp-caption-text">Figure 26</figcaption></figure>
<p>Click <em>Change adapter options</em>, as shown in Figure 27.</p>
<figure id="attachment_32139" aria-describedby="caption-attachment-32139" style="width: 466px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure027-13.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32139 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure027-13.png" alt="Figure 27" width="466" height="247" /></a><figcaption id="caption-attachment-32139" class="wp-caption-text">Figure 27</figcaption></figure>
<p>Right-click the adapter and click <em>Properties</em>, as shown in Figure 28.</p>
<figure id="attachment_32140" aria-describedby="caption-attachment-32140" style="width: 400px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure028-12.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32140 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure028-12.png" alt="Figure 28" width="400" height="348" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure028-12.png 400w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure028-12-345x300.png 345w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a><figcaption id="caption-attachment-32140" class="wp-caption-text">Figure 28</figcaption></figure>
<p>Click <em>Configure…</em>, as shown in Figure 29.</p>
<figure id="attachment_32141" aria-describedby="caption-attachment-32141" style="width: 362px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure029-12.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32141 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure029-12.png" alt="Figure 29" width="362" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure029-12.png 362w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure029-12-232x300.png 232w" sizes="auto, (max-width: 362px) 100vw, 362px" /></a><figcaption id="caption-attachment-32141" class="wp-caption-text">Figure 29</figcaption></figure>
<p>Click the <em>Power Management</em> tab, deselect every option, and click <em>OK</em>, as shown in Figure 30.</p>
<figure id="attachment_32142" aria-describedby="caption-attachment-32142" style="width: 399px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure030-12.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32142 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure030-12.png" alt="Figure 30" width="399" height="454" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure030-12.png 399w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure030-12-264x300.png 264w" sizes="auto, (max-width: 399px) 100vw, 399px" /></a><figcaption id="caption-attachment-32142" class="wp-caption-text">Figure 30</figcaption></figure>
<p>Right-click the Adapter and click <em>Properties</em>, as shown in Figure 28.</p>
<p>Click <em>Internet Protocol Version 4 (TCP/IPv4)</em> and click <em>Properties</em>, as shown in Figure 31.</p>
<figure id="attachment_32143" aria-describedby="caption-attachment-32143" style="width: 362px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure031-13.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32143 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure031-13.png" alt="Figure 31" width="362" height="465" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure031-13.png 362w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure031-13-234x300.png 234w" sizes="auto, (max-width: 362px) 100vw, 362px" /></a><figcaption id="caption-attachment-32143" class="wp-caption-text">Figure 31</figcaption></figure>
<p>Select <em>Use the following IP address</em>, enter the IP information for your network, and click <em>OK</em>, as shown in Figure 32. For the <em>DNS server addresses</em>, use the IP addresses of your domain controllers.</p>
<figure id="attachment_32144" aria-describedby="caption-attachment-32144" style="width: 399px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure032-13.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32144 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure032-13.png" alt="Figure 32" width="399" height="456" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure032-13.png 399w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure032-13-263x300.png 263w" sizes="auto, (max-width: 399px) 100vw, 399px" /></a><figcaption id="caption-attachment-32144" class="wp-caption-text">Figure 32</figcaption></figure>
<p>How many DNS servers should you configure on the network adapter? Not as many as you think. I recommend on DCs, a total of three where the third is always 127.0.0.1. For all other computers, also no more than three. I have seen places with 15 DCs, and every computer had all 15 DCs in the list of DNS servers. If you understand Windows <a href="https://docs.microsoft.com/en-US/troubleshoot/windows-server/networking/dns-client-resolution-timeouts" target="_blank" rel="noopener">DNS client resolution timeouts</a>, limit the number of DNS entries.</p>
<p>Click <em>Close</em>, as shown in Figure 33.</p>
<figure id="attachment_32145" aria-describedby="caption-attachment-32145" style="width: 363px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure033-12.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32145 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure033-12.png" alt="Figure 33" width="363" height="466" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure033-12.png 363w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure033-12-234x300.png 234w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a><figcaption id="caption-attachment-32145" class="wp-caption-text">Figure 33</figcaption></figure>
<p>After clicking <em>Close</em>, <em> y</em>ou lose the connection to the RDP session. Reconnect using the new static IP address.</p>
<p>Close Network Connections.</p>
<p>Click <em>Home</em>, then <em>System</em>, then <em>About</em>, and finally <em>Rename this PC (Advanced)</em>, as shown in Figure 34.</p>
<figure id="attachment_32146" aria-describedby="caption-attachment-32146" style="width: 1202px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32146 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11.png" alt="Figure 34" width="1202" height="934" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11.png 1202w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11-386x300.png 386w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11-900x699.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11-768x597.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure034-11-600x466.png 600w" sizes="auto, (max-width: 1202px) 100vw, 1202px" /></a><figcaption id="caption-attachment-32146" class="wp-caption-text">Figure 34</figcaption></figure>
<p>Click <em>Change</em>, as shown in Figure 35.</p>
<figure id="attachment_32147" aria-describedby="caption-attachment-32147" style="width: 412px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure035-12.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32147 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure035-12.png" alt="Figure 35" width="412" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure035-12.png 412w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure035-12-264x300.png 264w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a><figcaption id="caption-attachment-32147" class="wp-caption-text">Figure 35</figcaption></figure>
<p>Enter a <em>Computer name</em>, <em>Domain</em>, and click <em>OK</em>, as shown in Figure 36.</p>
<figure id="attachment_32148" aria-describedby="caption-attachment-32148" style="width: 323px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure036-10.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32148 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure036-10.png" alt="Figure 36" width="323" height="391" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure036-10.png 323w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure036-10-248x300.png 248w" sizes="auto, (max-width: 323px) 100vw, 323px" /></a><figcaption id="caption-attachment-32148" class="wp-caption-text">Figure 36</figcaption></figure>
<p>Enter the domain&#8217;s Administrator name and password and click <em>OK</em>, as shown in Figure 37.</p>
<figure id="attachment_32149" aria-describedby="caption-attachment-32149" style="width: 456px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure037-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32149 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure037-9.png" alt="Figure 37" width="456" height="300" /></a><figcaption id="caption-attachment-32149" class="wp-caption-text">Figure 37</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 38.</p>
<figure id="attachment_32150" aria-describedby="caption-attachment-32150" style="width: 320px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure038-10.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32150 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure038-10.png" alt="Figure 38" width="320" height="152" /></a><figcaption id="caption-attachment-32150" class="wp-caption-text">Figure 38</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 39.</p>
<figure id="attachment_32151" aria-describedby="caption-attachment-32151" style="width: 352px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure039-10.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32151 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure039-10.png" alt="Figure 39" width="352" height="185" /></a><figcaption id="caption-attachment-32151" class="wp-caption-text">Figure 39</figcaption></figure>
<p>Click <em>Close</em>, as shown in Figure 40.</p>
<figure id="attachment_32152" aria-describedby="caption-attachment-32152" style="width: 412px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure040-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32152 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure040-9.png" alt="Figure 40" width="412" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure040-9.png 412w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure040-9-264x300.png 264w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a><figcaption id="caption-attachment-32152" class="wp-caption-text">Figure 40</figcaption></figure>
<p>Click <em>Restart Now</em>, as shown in Figure 41.</p>
<figure id="attachment_32153" aria-describedby="caption-attachment-32153" style="width: 352px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure041-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32153 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure041-9.png" alt="Figure 41" width="352" height="170" /></a><figcaption id="caption-attachment-32153" class="wp-caption-text">Figure 41</figcaption></figure>
<p>When the VM restarts, log in using the domain&#8217;s Administrator account.</p>
<p>Make any customizations you require to the VM before we start installing consoles. I upgraded my Windows 10 20H2 VM to Windows 10 21H1.</p>
<h2>XenServer</h2>
<p>In XenCenter, right-click the Windows 10 Template and click on <em>New VM wizard…</em>, as shown in Figure 42.</p>
<figure id="attachment_32154" aria-describedby="caption-attachment-32154" style="width: 373px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure042-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32154 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure042-9.png" alt="Figure 42" width="373" height="306" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure042-9.png 373w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure042-9-366x300.png 366w" sizes="auto, (max-width: 373px) 100vw, 373px" /></a><figcaption id="caption-attachment-32154" class="wp-caption-text">Figure 42</figcaption></figure>
<p>Select the <em>Windows 10 Template</em> template and click <em>Next</em>, as shown in Figure 43.</p>
<figure id="attachment_32155" aria-describedby="caption-attachment-32155" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32155 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9.png" alt="Figure 43" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure043-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32155" class="wp-caption-text">Figure 43</figcaption></figure>
<p>Enter a <em>Name</em>, an optional <em>Description</em>, and click <em>Next</em>, as shown in Figure 44.</p>
<figure id="attachment_32156" aria-describedby="caption-attachment-32156" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32156 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9.png" alt="Figure 44" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure044-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32156" class="wp-caption-text">Figure 44</figcaption></figure>
<p>Since the operating system is installed in the template VM, Click <em>Next</em>, as shown in Figure 45.</p>
<figure id="attachment_32157" aria-describedby="caption-attachment-32157" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32157 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9.png" alt="Figure 45" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure045-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32157" class="wp-caption-text">Figure 45</figcaption></figure>
<p>Select <em>Don&#8217;t assign this VM a home server</em> and click <em>Next</em>, as shown in Figure 46.</p>
<figure id="attachment_32158" aria-describedby="caption-attachment-32158" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32158 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9.png" alt="Figure 46" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure046-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32158" class="wp-caption-text">Figure 46</figcaption></figure>
<p>You may change the <em>Number of vCPUs</em>, <em>Topology</em>, and <em>Memory</em> if you wish. I left everything the same as the template VM. Click <em>Next</em>, as shown in Figure 47.</p>
<figure id="attachment_32159" aria-describedby="caption-attachment-32159" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32159 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9.png" alt="Figure 47" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure047-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32159" class="wp-caption-text">Figure 47</figcaption></figure>
<p>As my hosts do not have a GPU card, I clicked <em>Next</em>, as shown in Figure 48.</p>
<figure id="attachment_32160" aria-describedby="caption-attachment-32160" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32160 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9.png" alt="Figure 48" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure048-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32160" class="wp-caption-text">Figure 48</figcaption></figure>
<p>Click <em>Edit</em>, as shown in Figure 49.</p>
<figure id="attachment_32161" aria-describedby="caption-attachment-32161" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32161 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9.png" alt="Figure 49" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure049-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32161" class="wp-caption-text">Figure 49</figcaption></figure>
<p>I recommend changing both the <em>Name</em> and <em>Description</em>. Doing so makes it easier later if you ever delete a VM and its attached hard disks. If all the hard disks have the same name and description, it is challenging to determine which disks go with which VM.</p>
<p>Enter a <em>Name</em> and <em>Description</em> and click <em>OK</em>, as shown in Figure 50.</p>
<figure id="attachment_32162" aria-describedby="caption-attachment-32162" style="width: 649px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure050-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32162 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure050-9.png" alt="Figure 50" width="649" height="434" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure050-9.png 649w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure050-9-449x300.png 449w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure050-9-600x401.png 600w" sizes="auto, (max-width: 649px) 100vw, 649px" /></a><figcaption id="caption-attachment-32162" class="wp-caption-text">Figure 50</figcaption></figure>
<p>Click <em>Next</em>, as shown in Figure 51.</p>
<figure id="attachment_32163" aria-describedby="caption-attachment-32163" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32163 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8.png" alt="Figure 51" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure051-8-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32163" class="wp-caption-text">Figure 51</figcaption></figure>
<p>If multiple Virtual network interfaces are available, select the appropriate interface and click <em>Next</em>, as shown in Figure 52.</p>
<figure id="attachment_32164" aria-describedby="caption-attachment-32164" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32164 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8.png" alt="Figure 52" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure052-8-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32164" class="wp-caption-text">Figure 52</figcaption></figure>
<p>Verify all the configuration options are correct and click <em>Create Now</em>, as shown in Figure 53. If an option is not correct, click <em>Previous</em>, correct the option and then continue.</p>
<p>I deselected the option <em>Start the new VM automatically</em> since it doesn&#8217;t work.</p>
<figure id="attachment_32165" aria-describedby="caption-attachment-32165" style="width: 811px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32165 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9.png" alt="Figure 53" width="811" height="546" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9.png 811w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9-446x300.png 446w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9-768x517.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure053-9-600x404.png 600w" sizes="auto, (max-width: 811px) 100vw, 811px" /></a><figcaption id="caption-attachment-32165" class="wp-caption-text">Figure 53</figcaption></figure>
<p>Wait for the creation of the VM to complete, as shown in Figure 54. It took about 2 seconds in my lab to create the VM from the template.</p>
<figure id="attachment_32166" aria-describedby="caption-attachment-32166" style="width: 215px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure054-8.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32166 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure054-8.png" alt="Figure 54" width="215" height="310" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure054-8.png 215w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure054-8-208x300.png 208w" sizes="auto, (max-width: 215px) 100vw, 215px" /></a><figcaption id="caption-attachment-32166" class="wp-caption-text">Figure 54</figcaption></figure>
<p>In XenCenter, right-click the new VM and click <em>Start</em>, as shown in Figure 55.</p>
<figure id="attachment_32167" aria-describedby="caption-attachment-32167" style="width: 651px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure055-8.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32167 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure055-8.png" alt="Figure 55" width="651" height="262" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure055-8.png 651w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure055-8-530x213.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure055-8-600x241.png 600w" sizes="auto, (max-width: 651px) 100vw, 651px" /></a><figcaption id="caption-attachment-32167" class="wp-caption-text">Figure 55</figcaption></figure>
<p>Expand the XenServer host on which you started the VM, click the VM, and click the <em>Networking</em> tab, as shown in Figure 56. You see the IP address assigned to the VM.</p>
<figure id="attachment_32168" aria-describedby="caption-attachment-32168" style="width: 875px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32168 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8.png" alt="Figure 56" width="875" height="258" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8.png 875w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8-530x156.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8-768x226.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure056-8-600x177.png 600w" sizes="auto, (max-width: 875px) 100vw, 875px" /></a><figcaption id="caption-attachment-32168" class="wp-caption-text">Figure 56</figcaption></figure>
<p>As shown in Figure 57, click <em>Start</em>, <em>Run</em>, and type in <strong>mstsc /v:ipaddress /admin</strong>, and press <em>Enter</em> [where IP Address is the IP address shown in Figure 56].</p>
<figure id="attachment_32169" aria-describedby="caption-attachment-32169" style="width: 399px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-32169 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure057-7.png" alt="Figure 57" width="399" height="206" /><figcaption id="caption-attachment-32169" class="wp-caption-text">Figure 57</figcaption></figure>
<p>Using Remote Desktop at this point makes it easier for me to get screenshots.</p>
<p>Enter the credentials for the local account created during the Windows 10 template build and press <em>Enter</em>, as shown in Figure 58.</p>
<figure id="attachment_32170" aria-describedby="caption-attachment-32170" style="width: 456px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure058-7.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32170 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure058-7.png" alt="Figure 58" width="456" height="313" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure058-7.png 456w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure058-7-437x300.png 437w" sizes="auto, (max-width: 456px) 100vw, 456px" /></a><figcaption id="caption-attachment-32170" class="wp-caption-text">Figure 58</figcaption></figure>
<p>Click <em>Yes</em>, as shown in Figure 59.</p>
<figure id="attachment_32171" aria-describedby="caption-attachment-32171" style="width: 392px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure059-7.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32171 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure059-7.png" alt="Figure 59" width="392" height="401" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure059-7.png 392w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure059-7-293x300.png 293w" sizes="auto, (max-width: 392px) 100vw, 392px" /></a><figcaption id="caption-attachment-32171" class="wp-caption-text">Figure 59</figcaption></figure>
<p>Select your region and click <em>Yes</em>, as shown in Figure 60.</p>
<figure id="attachment_32172" aria-describedby="caption-attachment-32172" style="width: 1084px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32172 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7.png" alt="Figure 60" width="1084" height="829" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7.png 1084w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7-392x300.png 392w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7-900x688.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7-768x587.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure060-7-600x459.png 600w" sizes="auto, (max-width: 1084px) 100vw, 1084px" /></a><figcaption id="caption-attachment-32172" class="wp-caption-text">Figure 60</figcaption></figure>
<p>Select your keyboard layout and click <em>Yes</em>, as shown in Figure 61.</p>
<figure id="attachment_32173" aria-describedby="caption-attachment-32173" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32173 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7.png" alt="Figure 61" width="1078" height="828" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7-900x691.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7-768x590.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure061-7-600x461.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32173" class="wp-caption-text">Figure 61</figcaption></figure>
<p>Click <em>Skip</em>, as shown in Figure 62.</p>
<figure id="attachment_32174" aria-describedby="caption-attachment-32174" style="width: 1080px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32174 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7.png" alt="Figure 62" width="1080" height="842" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7.png 1080w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7-385x300.png 385w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7-900x702.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7-768x599.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure062-7-600x468.png 600w" sizes="auto, (max-width: 1080px) 100vw, 1080px" /></a><figcaption id="caption-attachment-32174" class="wp-caption-text">Figure 62</figcaption></figure>
<p>Click <em>Accept</em>, as shown in Figure 63.</p>
<figure id="attachment_32175" aria-describedby="caption-attachment-32175" style="width: 1077px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32175 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6.png" alt="Figure 63" width="1077" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6.png 1077w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6-389x300.png 389w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6-900x694.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure063-6-600x463.png 600w" sizes="auto, (max-width: 1077px) 100vw, 1077px" /></a><figcaption id="caption-attachment-32175" class="wp-caption-text">Figure 63</figcaption></figure>
<p>Click <em>Domain join instead</em>, as shown in Figure 64.</p>
<figure id="attachment_32176" aria-describedby="caption-attachment-32176" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32176 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6.png" alt="Figure 64" width="1078" height="829" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6-900x692.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure064-6-600x461.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32176" class="wp-caption-text">Figure 64</figcaption></figure>
<p>Type in a local user account name and click <em>Next</em>, as shown in Figure 65.</p>
<figure id="attachment_32177" aria-describedby="caption-attachment-32177" style="width: 1079px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32177 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6.png" alt="Figure 65" width="1079" height="836" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6.png 1079w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6-387x300.png 387w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6-900x697.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6-768x595.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure065-6-600x465.png 600w" sizes="auto, (max-width: 1079px) 100vw, 1079px" /></a><figcaption id="caption-attachment-32177" class="wp-caption-text">Figure 65</figcaption></figure>
<p>Enter a password and click <em>Next</em>, as shown in Figure 66.</p>
<figure id="attachment_32178" aria-describedby="caption-attachment-32178" style="width: 1081px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32178 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6.png" alt="Figure 66" width="1081" height="832" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6.png 1081w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6-900x693.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure066-6-600x462.png 600w" sizes="auto, (max-width: 1081px) 100vw, 1081px" /></a><figcaption id="caption-attachment-32178" class="wp-caption-text">Figure 66</figcaption></figure>
<p>Confirm the password and click <em>Next</em>, as shown in Figure 67.</p>
<figure id="attachment_32179" aria-describedby="caption-attachment-32179" style="width: 1078px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32179 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6.png" alt="Figure 67" width="1078" height="833" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6.png 1078w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6-388x300.png 388w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6-900x695.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure067-6-600x464.png 600w" sizes="auto, (max-width: 1078px) 100vw, 1078px" /></a><figcaption id="caption-attachment-32179" class="wp-caption-text">Figure 67</figcaption></figure>
<p>Select three security questions, enter the answer, and click <em>Next</em>, as shown in Figures 68 through 70.</p>
<figure id="attachment_32180" aria-describedby="caption-attachment-32180" style="width: 1074px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32180 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5.png" alt="Figure 68" width="1074" height="835" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5.png 1074w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5-386x300.png 386w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5-900x700.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5-768x597.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure068-5-600x466.png 600w" sizes="auto, (max-width: 1074px) 100vw, 1074px" /></a><figcaption id="caption-attachment-32180" class="wp-caption-text">Figure 68</figcaption></figure>
<figure id="attachment_32181" aria-describedby="caption-attachment-32181" style="width: 1079px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32181 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5.png" alt="Figure 69" width="1079" height="828" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5.png 1079w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5-900x691.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5-768x589.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure069-5-600x460.png 600w" sizes="auto, (max-width: 1079px) 100vw, 1079px" /></a><figcaption id="caption-attachment-32181" class="wp-caption-text">Figure 69</figcaption></figure>
<figure id="attachment_32182" aria-describedby="caption-attachment-32182" style="width: 1080px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32182 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4.png" alt="Figure 70" width="1080" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4.png 1080w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4-390x300.png 390w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4-900x693.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4-768x591.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure070-4-600x462.png 600w" sizes="auto, (max-width: 1080px) 100vw, 1080px" /></a><figcaption id="caption-attachment-32182" class="wp-caption-text">Figure 70</figcaption></figure>
<p>Select your privacy settings and click <em>Accept</em>, as shown in Figure 71. I set them all to No.</p>
<figure id="attachment_32183" aria-describedby="caption-attachment-32183" style="width: 1077px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32183 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4.png" alt="Figure 71" width="1077" height="831" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4.png 1077w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4-389x300.png 389w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4-900x694.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4-768x593.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure071-4-600x463.png 600w" sizes="auto, (max-width: 1077px) 100vw, 1077px" /></a><figcaption id="caption-attachment-32183" class="wp-caption-text">Figure 71</figcaption></figure>
<p>Make a selection for Cortana, as shown in Figure 72. I selected <em>Not now</em>, plus one of the settings in my Lab Defaults Group Policy to disable the use of Cortana.</p>
<figure id="attachment_32184" aria-describedby="caption-attachment-32184" style="width: 1082px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32184 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4.png" alt="Figure 72" width="1082" height="830" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4.png 1082w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4-900x690.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4-768x589.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure072-4-600x460.png 600w" sizes="auto, (max-width: 1082px) 100vw, 1082px" /></a><figcaption id="caption-attachment-32184" class="wp-caption-text">Figure 72</figcaption></figure>
<p>If you receive the following popup, click <em>Yes</em>, as shown in Figure 73. I only received this popup for VMware, not XenServer.</p>
<figure id="attachment_32185" aria-describedby="caption-attachment-32185" style="width: 343px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure073-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32185 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure073-4.png" alt="Figure 73" width="343" height="403" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure073-4.png 343w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure073-4-255x300.png 255w" sizes="auto, (max-width: 343px) 100vw, 343px" /></a><figcaption id="caption-attachment-32185" class="wp-caption-text">Figure 73</figcaption></figure>
<p>Right-click the network icon in the systray and click <em>Open Network &amp; Internet settings</em>, as shown in Figure 74.</p>
<figure id="attachment_32186" aria-describedby="caption-attachment-32186" style="width: 290px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure074-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32186 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure074-4.png" alt="Figure 74" width="290" height="107" /></a><figcaption id="caption-attachment-32186" class="wp-caption-text">Figure 74</figcaption></figure>
<p>Click <em>Change adapter options</em>, as shown in Figure 75.</p>
<figure id="attachment_32187" aria-describedby="caption-attachment-32187" style="width: 466px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure075-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32187 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure075-4.png" alt="Figure 75" width="466" height="247" /></a><figcaption id="caption-attachment-32187" class="wp-caption-text">Figure 75</figcaption></figure>
<p>Right-click the adapter and click <em>Properties</em>, as shown in Figure 76.</p>
<figure id="attachment_32188" aria-describedby="caption-attachment-32188" style="width: 472px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure076-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32188 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure076-4.png" alt="Figure 76" width="472" height="364" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure076-4.png 472w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure076-4-389x300.png 389w" sizes="auto, (max-width: 472px) 100vw, 472px" /></a><figcaption id="caption-attachment-32188" class="wp-caption-text">Figure 76</figcaption></figure>
<p>Click <em>Internet Protocol Version 4 (TCP/IPv4)</em> and click <em>Properties</em>, as shown in Figure 77.</p>
<figure id="attachment_32189" aria-describedby="caption-attachment-32189" style="width: 363px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure077-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32189 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure077-4.png" alt="Figure 77" width="363" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure077-4.png 363w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure077-4-233x300.png 233w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a><figcaption id="caption-attachment-32189" class="wp-caption-text">Figure 77</figcaption></figure>
<p>Select <em>Use the following IP address</em>, enter the IP information for your network, and click <em>OK</em>, as shown in Figure 78. For the <em>DNS server addresses</em>, use the IP addresses of your domain controllers.</p>
<figure id="attachment_32190" aria-describedby="caption-attachment-32190" style="width: 400px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure078-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32190 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure078-4.png" alt="Figure 78" width="400" height="455" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure078-4.png 400w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure078-4-264x300.png 264w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a><figcaption id="caption-attachment-32190" class="wp-caption-text">Figure 78</figcaption></figure>
<p>How many DNS servers should you configure on the network adapter? Not as many as you think. I recommend on DCs, a total of three where the third is always 127.0.0.1. For all other computers, also no more than three. I have seen places with 15 DCs, and every computer had all 15 DCs in the list of DNS servers. If you understand Windows <a href="https://docs.microsoft.com/en-US/troubleshoot/windows-server/networking/dns-client-resolution-timeouts" target="_blank" rel="noopener">DNS client resolution timeouts</a>, limit the number of DNS entries.</p>
<p>Click <em>Close</em>, as shown in Figure 79.</p>
<figure id="attachment_32191" aria-describedby="caption-attachment-32191" style="width: 363px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure079-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32191 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure079-4.png" alt="Figure 79" width="363" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure079-4.png 363w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure079-4-233x300.png 233w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a><figcaption id="caption-attachment-32191" class="wp-caption-text">Figure 79</figcaption></figure>
<p>After clicking <em>Close</em>, <em> y</em>ou lose the connection to the RDP session. Reconnect using the new static IP address.</p>
<p>Close Network Connections.</p>
<p>Click <em>Home</em>, then <em>System</em>, then <em>About</em>, and finally <em>Rename this PC (Advanced)</em>, as shown in Figure 80.</p>
<figure id="attachment_32192" aria-describedby="caption-attachment-32192" style="width: 1154px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32192 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4.png" alt="Figure 80" width="1154" height="939" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4.png 1154w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4-369x300.png 369w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4-900x732.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4-768x625.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure080-4-600x488.png 600w" sizes="auto, (max-width: 1154px) 100vw, 1154px" /></a><figcaption id="caption-attachment-32192" class="wp-caption-text">Figure 80</figcaption></figure>
<p>Click <em>Change</em>, as shown in Figure 81.</p>
<figure id="attachment_32193" aria-describedby="caption-attachment-32193" style="width: 412px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure081-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32193 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure081-4.png" alt="Figure 81" width="412" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure081-4.png 412w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure081-4-264x300.png 264w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a><figcaption id="caption-attachment-32193" class="wp-caption-text">Figure 81</figcaption></figure>
<p>Enter a <em>Computer name</em>, <em>Domain</em>, and click <em>OK</em>, as shown in Figure 82.</p>
<figure id="attachment_32194" aria-describedby="caption-attachment-32194" style="width: 323px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure082-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32194 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure082-4.png" alt="Figure 82" width="323" height="391" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure082-4.png 323w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure082-4-248x300.png 248w" sizes="auto, (max-width: 323px) 100vw, 323px" /></a><figcaption id="caption-attachment-32194" class="wp-caption-text">Figure 82</figcaption></figure>
<p>Enter the domain&#8217;s Administrator name and password and click <em>OK</em>, as shown in Figure 83.</p>
<figure id="attachment_32195" aria-describedby="caption-attachment-32195" style="width: 456px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure083-4.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32195 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure083-4.png" alt="Figure 83" width="456" height="300" /></a><figcaption id="caption-attachment-32195" class="wp-caption-text">Figure 83</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 84.</p>
<figure id="attachment_32196" aria-describedby="caption-attachment-32196" style="width: 320px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure084-3.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32196 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure084-3.png" alt="Figure 84" width="320" height="152" /></a><figcaption id="caption-attachment-32196" class="wp-caption-text">Figure 84</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 85.</p>
<figure id="attachment_32197" aria-describedby="caption-attachment-32197" style="width: 352px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure085-3.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32197 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure085-3.png" alt="Figure 85" width="352" height="185" /></a><figcaption id="caption-attachment-32197" class="wp-caption-text">Figure 85</figcaption></figure>
<p>Click <em>Close</em>, as shown in Figure 86.</p>
<figure id="attachment_32198" aria-describedby="caption-attachment-32198" style="width: 412px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure086-3.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32198 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure086-3.png" alt="Figure 86" width="412" height="468" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure086-3.png 412w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure086-3-264x300.png 264w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a><figcaption id="caption-attachment-32198" class="wp-caption-text">Figure 86</figcaption></figure>
<p>Click <em>Restart Now</em>, as shown in Figure 87.</p>
<figure id="attachment_32199" aria-describedby="caption-attachment-32199" style="width: 352px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure087-2.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32199 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure087-2.png" alt="Figure87" width="352" height="170" /></a><figcaption id="caption-attachment-32199" class="wp-caption-text">Figure 87</figcaption></figure>
<p>When the VM restarts, log in using the domain&#8217;s Administrator account.</p>
<p>Make any customizations you require to the VM before we start installing consoles. I upgraded my Windows 10 20H2 VM to Windows 10 21H1.</p>
<h2>Install Active Directory Consoles</h2>
<p>There are no Citrix Virtual Apps and Desktops or Parallels Remote Application Server or VMware Horizon environments at this point in the lab&#8217;s building process. The only consoles to install at this point are for the Microsoft products in the lab.</p>
<p>Before the October 2018 update to Windows 10, a download was available for the Remote Server Administrative Tools (RSAT). The old approach to RSAT was that the Windows 10 upgrade removed the RSAT from the computer. The new approach allows the RSAT to persist between Windows 10 upgrades.</p>
<p>Click the <em>Start</em> button and click <em>Settings</em>, as shown in Figure 88.</p>
<figure id="attachment_32201" aria-describedby="caption-attachment-32201" style="width: 256px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure088-1.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32201 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure088-1.png" alt="Figure 88" width="256" height="287" /></a><figcaption id="caption-attachment-32201" class="wp-caption-text">Figure 88</figcaption></figure>
<p>Click <em>Apps</em>, as shown in Figure 89.</p>
<figure id="attachment_32202" aria-describedby="caption-attachment-32202" style="width: 1202px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32202 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1.png" alt="Figure 89" width="1202" height="637" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1.png 1202w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1-530x281.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1-900x477.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1-768x407.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure089-1-600x318.png 600w" sizes="auto, (max-width: 1202px) 100vw, 1202px" /></a><figcaption id="caption-attachment-32202" class="wp-caption-text">Figure 89</figcaption></figure>
<p>Click <em>Optional features</em>, as shown in Figure 90.</p>
<figure id="attachment_32203" aria-describedby="caption-attachment-32203" style="width: 1202px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32203 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090.png" alt="Figure 90" width="1202" height="637" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090.png 1202w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090-530x281.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090-900x477.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090-768x407.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure090-600x318.png 600w" sizes="auto, (max-width: 1202px) 100vw, 1202px" /></a><figcaption id="caption-attachment-32203" class="wp-caption-text">Figure 90</figcaption></figure>
<p>Click <em>Add a feature</em>, as shown in Figure 91.</p>
<figure id="attachment_32204" aria-describedby="caption-attachment-32204" style="width: 1202px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32204 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091.png" alt="Figure 91" width="1202" height="637" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091.png 1202w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091-530x281.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091-900x477.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091-768x407.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure091-600x318.png 600w" sizes="auto, (max-width: 1202px) 100vw, 1202px" /></a><figcaption id="caption-attachment-32204" class="wp-caption-text">Figure 91</figcaption></figure>
<p>Select the following items and click <em>Install,</em> as shown in Figure 92.</p>
<ul>
<li>RSAT: Active Directory Certificate Services Tools</li>
<li>RSAT: Active Directory Domain Services and Lightweight Directory Services Tools</li>
<li>RSAT: DHCP Server Tools</li>
<li>RSAT: DNS Server Tools</li>
<li>RSAT: Group Policy Management Tools</li>
</ul>
<figure id="attachment_32205" aria-describedby="caption-attachment-32205" style="width: 682px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure092.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32205 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure092.png" alt="Figure 92" width="682" height="757" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure092.png 682w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure092-270x300.png 270w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure092-600x666.png 600w" sizes="auto, (max-width: 682px) 100vw, 682px" /></a><figcaption id="caption-attachment-32205" class="wp-caption-text">Figure 92</figcaption></figure>
<p>The tools install, as shown in Figure 93.</p>
<figure id="attachment_32206" aria-describedby="caption-attachment-32206" style="width: 486px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure093.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32206 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure093.png" alt="Figure 93" width="486" height="364" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure093.png 486w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure093-401x300.png 401w" sizes="auto, (max-width: 486px) 100vw, 486px" /></a><figcaption id="caption-attachment-32206" class="wp-caption-text">Figure 93</figcaption></figure>
<p>You can find the tools by clicking <em>Start</em>, scrolling down to, and expanding <em>Windows Administrative Tools</em>, as shown in Figure 94.</p>
<figure id="attachment_32207" aria-describedby="caption-attachment-32207" style="width: 313px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure094.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32207 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure094.png" alt="Figure 94" width="313" height="680" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure094.png 313w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure094-138x300.png 138w" sizes="auto, (max-width: 313px) 100vw, 313px" /></a><figcaption id="caption-attachment-32207" class="wp-caption-text">Figure 94</figcaption></figure>
<p>Installing RSAT installed several PowerShell modules. To ensure that we have current help text for every PowerShell module, start an elevated PowerShell session.</p>
<p>Click <em>Start</em>, scroll down to and expand <em>Windows Powershell</em>, right-click <em>Windows PowerShell</em>, click <em>More</em>, and click <em>Run as administrator</em>, as shown in Figure 95.</p>
<figure id="attachment_32208" aria-describedby="caption-attachment-32208" style="width: 647px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure095.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32208 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure095.png" alt="Figure 95" width="647" height="489" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure095.png 647w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure095-397x300.png 397w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure095-600x453.png 600w" sizes="auto, (max-width: 647px) 100vw, 647px" /></a><figcaption id="caption-attachment-32208" class="wp-caption-text">Figure 95</figcaption></figure>
<p>Type in the following in the PowerShell window, as shown in Figure 96.</p>
<pre class="brush: powershell; title: ; notranslate">
update-help -force
</pre>
<p>The help text updates, as shown in Figure 96. You can safely ignore any warnings or errors.</p>
<figure id="attachment_32209" aria-describedby="caption-attachment-32209" style="width: 417px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure096.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32209 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure096.png" alt="Figure 96" width="417" height="146" /></a><figcaption id="caption-attachment-32209" class="wp-caption-text">Figure 96</figcaption></figure>
<p>To verify that PowerShell Remoting is enabled, type the following in the PowerShell window, as shown in Figure 97.</p>
<pre class="brush: powershell; title: ; notranslate">
enable-psremoting
</pre>
<figure id="attachment_32210" aria-describedby="caption-attachment-32210" style="width: 391px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure097.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32210 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure097.png" alt="Figure 97" width="391" height="172" /></a><figcaption id="caption-attachment-32210" class="wp-caption-text">Figure 97</figcaption></figure>
<p>You can access each of the RSAT consoles from the start menu or build an MMC console containing all the snap-ins you use often.</p>
<p>Type <strong>mmc</strong> and press <em>Enter</em> in the PowerShell window and then exit PowerShell.</p>
<p>The mmc console opens, as shown in Figure 98.</p>
<figure id="attachment_32211" aria-describedby="caption-attachment-32211" style="width: 1722px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32211 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098.png" alt="Figure 98" width="1722" height="907" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098.png 1722w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098-530x279.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098-900x474.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098-768x405.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098-1536x809.png 1536w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure098-600x316.png 600w" sizes="auto, (max-width: 1722px) 100vw, 1722px" /></a><figcaption id="caption-attachment-32211" class="wp-caption-text">Figure 98</figcaption></figure>
<p>Click <em>File</em>, click <em>Add/Remove Snap-in…</em>, or press <em>Ctrl+M</em> (my preference), as shown in Figure 99.</p>
<figure id="attachment_32212" aria-describedby="caption-attachment-32212" style="width: 304px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure099.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32212 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure099.png" alt="Figure 99" width="304" height="255" /></a><figcaption id="caption-attachment-32212" class="wp-caption-text">Figure 99</figcaption></figure>
<p>Double-click the following items, as shown in Figure 100.</p>
<ul>
<li><em>Active Directory Do…</em></li>
<li><em>Active Directory Site…</em></li>
<li><em>Active Directory Use…</em></li>
<li><em>ADSI Edit</em></li>
</ul>
<figure id="attachment_32213" aria-describedby="caption-attachment-32213" style="width: 674px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure100.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32213 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure100.png" alt="Figure 100" width="674" height="477" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure100.png 674w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure100-424x300.png 424w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure100-600x425.png 600w" sizes="auto, (max-width: 674px) 100vw, 674px" /></a><figcaption id="caption-attachment-32213" class="wp-caption-text">Figure 100</figcaption></figure>
<p>Double-click <em>Certification Authority,</em> and on the popup, type in the name of your Certification Authority server and click <em>Finish</em>, as shown in Figure 101.</p>
<figure id="attachment_32214" aria-describedby="caption-attachment-32214" style="width: 520px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure101.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32214 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure101.png" alt="Figure 101" width="520" height="357" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure101.png 520w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure101-437x300.png 437w" sizes="auto, (max-width: 520px) 100vw, 520px" /></a><figcaption id="caption-attachment-32214" class="wp-caption-text">Figure 101</figcaption></figure>
<p>Scroll down, double-click the following and click <em>OK</em>, as shown in Figure 102.</p>
<ul>
<li><em>DHCP</em></li>
<li><em>DNS</em></li>
<li><em>Group Policy Manag…</em></li>
</ul>
<figure id="attachment_32215" aria-describedby="caption-attachment-32215" style="width: 674px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure102.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32215 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure102.png" alt="Figure 102" width="674" height="477" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure102.png 674w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure102-424x300.png 424w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure102-600x425.png 600w" sizes="auto, (max-width: 674px) 100vw, 674px" /></a><figcaption id="caption-attachment-32215" class="wp-caption-text">Figure 102</figcaption></figure>
<p>Click on and expand each node. Connect to the appropriate server when requested.</p>
<p>Figure 103 shows my console.</p>
<figure id="attachment_32216" aria-describedby="caption-attachment-32216" style="width: 455px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure103.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32216 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure103.png" alt="Figure 103" width="455" height="1139" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure103.png 455w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure103-120x300.png 120w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure103-320x800.png 320w" sizes="auto, (max-width: 455px) 100vw, 455px" /></a><figcaption id="caption-attachment-32216" class="wp-caption-text">Figure 103</figcaption></figure>
<p>I always recommend using these consoles installed on a management computer to avoid logging in on a production server (i.e., domain controller or certificate authority). While our lab servers may not be &#8220;production&#8221; level servers, we learn a valuable habit: stay off production servers when possible.</p>
<p>Save the mmc console to the location and name of your choice, as shown in Figure 104.</p>
<figure id="attachment_32217" aria-describedby="caption-attachment-32217" style="width: 557px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure104.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32217 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure104.png" alt="Figure 104" width="557" height="417" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure104.png 557w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure104-401x300.png 401w" sizes="auto, (max-width: 557px) 100vw, 557px" /></a><figcaption id="caption-attachment-32217" class="wp-caption-text">Figure 104</figcaption></figure>
<h2>Install SQL Server Management Studio</h2>
<p>We install the SQL Server Management Studio (SSMS) in the management computer to avoid logging in to a production SQL Server. While our lab servers may not be &#8220;production&#8221; level servers, we learn a valuable habit: stay off production servers when possible.</p>
<p>In your internet browser, browse to <a href="https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15" target="_blank" rel="noopener">https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15</a>, and click the link to <em>Download SQL Server Management Studio (SSMS)</em>, as shown in Figure 105.</p>
<p><strong>Note:</strong> The version number may change.</p>
<figure id="attachment_32218" aria-describedby="caption-attachment-32218" style="width: 631px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure105.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32218 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure105.png" alt="Figure 105" width="631" height="699" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure105.png 631w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure105-271x300.png 271w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure105-600x665.png 600w" sizes="auto, (max-width: 631px) 100vw, 631px" /></a><figcaption id="caption-attachment-32218" class="wp-caption-text">Figure 105</figcaption></figure>
<p>Click the link your browser provides to open the downloaded file, as shown in Figure 106.</p>
<figure id="attachment_32219" aria-describedby="caption-attachment-32219" style="width: 366px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure106.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32219 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure106.png" alt="Figure 106" width="366" height="135" /></a><figcaption id="caption-attachment-32219" class="wp-caption-text">Figure 106</figcaption></figure>
<p>Click <em>Run</em> on the popup, as shown in Figure 107.</p>
<figure id="attachment_32220" aria-describedby="caption-attachment-32220" style="width: 466px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure107.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32220 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure107.png" alt="Figure 107" width="466" height="344" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure107.png 466w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure107-406x300.png 406w" sizes="auto, (max-width: 466px) 100vw, 466px" /></a><figcaption id="caption-attachment-32220" class="wp-caption-text">Figure 107</figcaption></figure>
<p>You can exit your browser at this point.</p>
<p>Click <em>Install</em>, as shown in Figure 108.</p>
<figure id="attachment_32221" aria-describedby="caption-attachment-32221" style="width: 695px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure108.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32221 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure108.png" alt="Figure 108" width="695" height="600" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure108.png 695w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure108-348x300.png 348w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure108-600x518.png 600w" sizes="auto, (max-width: 695px) 100vw, 695px" /></a><figcaption id="caption-attachment-32221" class="wp-caption-text">Figure 108</figcaption></figure>
<p>SSMS begins installing, as shown in Figure 109. The installation takes a few minutes.</p>
<figure id="attachment_32222" aria-describedby="caption-attachment-32222" style="width: 695px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure109.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32222 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure109.png" alt="Figure 109" width="695" height="600" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure109.png 695w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure109-348x300.png 348w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure109-600x518.png 600w" sizes="auto, (max-width: 695px) 100vw, 695px" /></a><figcaption id="caption-attachment-32222" class="wp-caption-text">Figure 109</figcaption></figure>
<p>Click <em>Close</em>, as shown in Figure 110.</p>
<figure id="attachment_32223" aria-describedby="caption-attachment-32223" style="width: 695px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure110.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32223 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure110.png" alt="Figure 110" width="695" height="600" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure110.png 695w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure110-348x300.png 348w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure110-600x518.png 600w" sizes="auto, (max-width: 695px) 100vw, 695px" /></a><figcaption id="caption-attachment-32223" class="wp-caption-text">Figure 110</figcaption></figure>
<p>Click <em>Start</em>, scroll to and expand <em>Microsoft SQL Server Tools 18</em>, click <em>Microsoft SQL Server Management…</em>, as shown in Figure 111.</p>
<figure id="attachment_32224" aria-describedby="caption-attachment-32224" style="width: 325px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure111.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32224 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure111.png" alt="Figure 111" width="325" height="641" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure111.png 325w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure111-152x300.png 152w" sizes="auto, (max-width: 325px) 100vw, 325px" /></a><figcaption id="caption-attachment-32224" class="wp-caption-text">Figure 111</figcaption></figure>
<p>Enter the name of your SQL Server and click <em>Connect</em>, as shown in Figure 112.</p>
<figure id="attachment_32225" aria-describedby="caption-attachment-32225" style="width: 477px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure112.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32225 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure112.png" alt="Figure 112" width="477" height="315" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure112.png 477w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure112-454x300.png 454w" sizes="auto, (max-width: 477px) 100vw, 477px" /></a><figcaption id="caption-attachment-32225" class="wp-caption-text">Figure 112</figcaption></figure>
<p>As shown in Figure 113, we made a connection to the SQL Server.</p>
<figure id="attachment_32226" aria-describedby="caption-attachment-32226" style="width: 398px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure113.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32226 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure113.png" alt="Figure 113" width="398" height="373" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure113.png 398w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure113-320x300.png 320w" sizes="auto, (max-width: 398px) 100vw, 398px" /></a><figcaption id="caption-attachment-32226" class="wp-caption-text">Figure 113</figcaption></figure>
<p>If you get the error shown in Figure 114, did you remember to <a href="https://www.carlwebster.com/19-building-websters-lab-v2-create-additional-servers/" target="_blank" rel="noopener">create the Inbound TCP Port 1433 firewall rule on the SQL Server</a>?</p>
<figure id="attachment_32227" aria-describedby="caption-attachment-32227" style="width: 607px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure114.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32227 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure114.png" alt="Figure 114" width="607" height="216" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure114.png 607w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure114-530x189.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure114-600x214.png 600w" sizes="auto, (max-width: 607px) 100vw, 607px" /></a><figcaption id="caption-attachment-32227" class="wp-caption-text">Figure 114</figcaption></figure>
<p>Exit SSMS.</p>
<h2>Install Microsoft Office</h2>
<p>I only need Microsoft Excel and Word on my management PC for use with scripting. Unfortunately, if you tell the Office 365 site to install Office or select the Install option from the Office ISO, you get every Office component installed. To restrict what you download, install, and configure, you must use an XML file.</p>
<p>Microsoft makes the <a href="https://docs.microsoft.com/en-us/deployoffice/overview-of-the-office-customization-tool-for-click-to-run" target="_blank" rel="noopener">Office Customization Tool</a> if you do not know how to create the required XML file.</p>
<p>Open a command prompt.</p>
<p>Make a folder named <em>O365</em> on the C drive by typing <strong>md c:\O365</strong> followed by <strong>cd c:\O365</strong>, as shown in Figure 115.</p>
<figure id="attachment_32279" aria-describedby="caption-attachment-32279" style="width: 404px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure115.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32279 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure115.png" alt="Figure 115" width="404" height="178" /></a><figcaption id="caption-attachment-32279" class="wp-caption-text">Figure 115</figcaption></figure>
<p>In your internet browser, browse to <a href="https://config.office.com/" target="_blank" rel="noopener">https://config.office.com/</a> and click <em>Create</em>, as shown in Figure 116.</p>
<figure id="attachment_32280" aria-describedby="caption-attachment-32280" style="width: 1288px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32280 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116.png" alt="Figure 116" width="1288" height="1143" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116.png 1288w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116-338x300.png 338w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116-900x800.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116-768x682.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure116-600x532.png 600w" sizes="auto, (max-width: 1288px) 100vw, 1288px" /></a><figcaption id="caption-attachment-32280" class="wp-caption-text">Figure 116</figcaption></figure>
<p>Select the following, as shown in Figure 117:</p>
<p><em>Architecture</em>: 64-bit</p>
<p><em>Office Suites</em>: Microsoft 365 Apps for business</p>
<p><em>Viso</em>: None (shows as Select Visio product)</p>
<p><em>Project</em>: None (shows as Select Project product)</p>
<p><em>Additional products</em>: None (shows as Select Additional product)</p>
<figure id="attachment_32281" aria-describedby="caption-attachment-32281" style="width: 418px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure117.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32281 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure117.png" alt="Figure 117" width="418" height="764" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure117.png 418w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure117-164x300.png 164w" sizes="auto, (max-width: 418px) 100vw, 418px" /></a><figcaption id="caption-attachment-32281" class="wp-caption-text">Figure 117</figcaption></figure>
<p><em>Select the update channel </em>and <em>Select the version</em> you prefer, as shown in Figure 118.</p>
<figure id="attachment_32282" aria-describedby="caption-attachment-32282" style="width: 794px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32282 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118.png" alt="Figure 118" width="794" height="508" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118.png 794w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118-469x300.png 469w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118-768x491.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure118-600x384.png 600w" sizes="auto, (max-width: 794px) 100vw, 794px" /></a><figcaption id="caption-attachment-32282" class="wp-caption-text">Figure 118</figcaption></figure>
<p>Deselect the apps you do NOT want to be installed and click <em>Next</em>, as shown in Figure 119.</p>
<figure id="attachment_32283" aria-describedby="caption-attachment-32283" style="width: 562px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure119.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32283 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure119.png" alt="Figure 119" width="562" height="338" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure119.png 562w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure119-499x300.png 499w" sizes="auto, (max-width: 562px) 100vw, 562px" /></a><figcaption id="caption-attachment-32283" class="wp-caption-text">Figure 119</figcaption></figure>
<p><em>Select primary language</em> and any additional languages or proofing tools required and click <em>Next</em>, as shown in Figure 120.</p>
<figure id="attachment_32284" aria-describedby="caption-attachment-32284" style="width: 258px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure120.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32284 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure120.png" alt="Figure 120" width="258" height="454" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure120.png 258w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure120-170x300.png 170w" sizes="auto, (max-width: 258px) 100vw, 258px" /></a><figcaption id="caption-attachment-32284" class="wp-caption-text">Figure 120</figcaption></figure>
<p>Select <em>Office Content Delivery Network (CDN)</em>, leave the other two options at the default settings, and click <em>Next</em>, as shown in Figure 121.</p>
<figure id="attachment_32285" aria-describedby="caption-attachment-32285" style="width: 416px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure121.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32285 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure121.png" alt="Figure 121" width="416" height="541" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure121.png 416w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure121-231x300.png 231w" sizes="auto, (max-width: 416px) 100vw, 416px" /></a><figcaption id="caption-attachment-32285" class="wp-caption-text">Figure 121</figcaption></figure>
<p>Deselect <em>Uninstall any MSI versions of Office, including Visio and Project</em>, leave the other options at their default settings, and click <em>Next</em>, as shown in Figure 122.</p>
<figure id="attachment_32286" aria-describedby="caption-attachment-32286" style="width: 584px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure122.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32286 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure122.png" alt="Figure 122" width="584" height="827" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure122.png 584w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure122-212x300.png 212w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure122-565x800.png 565w" sizes="auto, (max-width: 584px) 100vw, 584px" /></a><figcaption id="caption-attachment-32286" class="wp-caption-text">Figure 122</figcaption></figure>
<p>Select <em>Automatically accept the EULA</em> and click <em>Next</em>, as shown in Figure 123.</p>
<figure id="attachment_32287" aria-describedby="caption-attachment-32287" style="width: 795px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32287 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123.png" alt="Figure 123" width="795" height="869" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123.png 795w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123-274x300.png 274w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123-732x800.png 732w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123-768x839.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure123-600x656.png 600w" sizes="auto, (max-width: 795px) 100vw, 795px" /></a><figcaption id="caption-attachment-32287" class="wp-caption-text">Figure 123</figcaption></figure>
<p>Enter your organization&#8217;s name, an optional description, and click <em>Next</em>, as shown in Figure 124.</p>
<figure id="attachment_32288" aria-describedby="caption-attachment-32288" style="width: 603px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure124.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32288 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure124.png" alt="Figure 124" width="603" height="463" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure124.png 603w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure124-391x300.png 391w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure124-600x461.png 600w" sizes="auto, (max-width: 603px) 100vw, 603px" /></a><figcaption id="caption-attachment-32288" class="wp-caption-text">Figure 124</figcaption></figure>
<p>Microsoft offers numerous settings for configuring Office applications. If you wish, you can review the options and make any configuration changes required. After reviewing the <em>Application preferences</em>, click <em>Finish</em>, as shown in Figure 125.</p>
<figure id="attachment_32289" aria-describedby="caption-attachment-32289" style="width: 411px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure125.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32289 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure125.png" alt="Figure 125" width="411" height="909" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure125.png 411w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure125-136x300.png 136w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure125-362x800.png 362w" sizes="auto, (max-width: 411px) 100vw, 411px" /></a><figcaption id="caption-attachment-32289" class="wp-caption-text">Figure 125</figcaption></figure>
<p>Click <em>Export</em>, as shown in Figure 126.</p>
<figure id="attachment_32290" aria-describedby="caption-attachment-32290" style="width: 919px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32290 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126.png" alt="Figure 126" width="919" height="491" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126.png 919w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126-530x283.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126-900x481.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126-768x410.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure126-600x321.png 600w" sizes="auto, (max-width: 919px) 100vw, 919px" /></a><figcaption id="caption-attachment-32290" class="wp-caption-text">Figure 126</figcaption></figure>
<p>Select your desired <em>Default File Format</em> and click <em>OK</em>. As shown in Figure 127, I prefer using <em>Office Open XML formats.</em></p>
<figure id="attachment_32291" aria-describedby="caption-attachment-32291" style="width: 581px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure127.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32291 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure127.png" alt="Figure 127" width="581" height="671" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure127.png 581w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure127-260x300.png 260w" sizes="auto, (max-width: 581px) 100vw, 581px" /></a><figcaption id="caption-attachment-32291" class="wp-caption-text">Figure 127</figcaption></figure>
<p>Select <em>I accept the terms in the license agreement</em>, enter a <em>File Name</em> for the XML file, and click <em>Export</em>, as shown in Figure 128.</p>
<figure id="attachment_32292" aria-describedby="caption-attachment-32292" style="width: 579px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure128.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32292 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure128.png" alt="Figure 128" width="579" height="632" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure128.png 579w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure128-275x300.png 275w" sizes="auto, (max-width: 579px) 100vw, 579px" /></a><figcaption id="caption-attachment-32292" class="wp-caption-text">Figure 128</figcaption></figure>
<p>Using Windows File Explorer, browse to the location your internet browser save the XML file, typically your user account&#8217;s Downloads folder, as shown in Figure 129.</p>
<figure id="attachment_32293" aria-describedby="caption-attachment-32293" style="width: 513px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure129.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32293 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure129.png" alt="Figure 129" width="513" height="115" /></a><figcaption id="caption-attachment-32293" class="wp-caption-text">Figure 129</figcaption></figure>
<p>Right-click the XML file and click <em>Copy</em>, as shown in Figure 130.</p>
<figure id="attachment_32294" aria-describedby="caption-attachment-32294" style="width: 424px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure130.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32294 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure130.png" alt="Figure 130" width="424" height="298" /></a><figcaption id="caption-attachment-32294" class="wp-caption-text">Figure 130</figcaption></figure>
<p>In Windows File Explorer, browse to C:\O365, right-click in the empty space and click <em>Paste</em>, as shown in Figure 131.</p>
<figure id="attachment_32295" aria-describedby="caption-attachment-32295" style="width: 353px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure131.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32295 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure131.png" alt="Figure 131" width="353" height="276" /></a><figcaption id="caption-attachment-32295" class="wp-caption-text">Figure 131</figcaption></figure>
<p>Exit Windows File Explorer.</p>
<p>Now we need to download the Office Deployment Toolkit.</p>
<p>In your internet browser, browse to <a href="https://www.microsoft.com/en-us/download/details.aspx?id=49117" target="_blank" rel="noopener">https://www.microsoft.com/en-us/download/details.aspx?id=49117</a>, and click <em>Download</em>, as shown in Figure 132.</p>
<figure id="attachment_32296" aria-describedby="caption-attachment-32296" style="width: 673px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32296 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132.png" alt="Figure 132" width="673" height="894" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132.png 673w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132-226x300.png 226w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132-602x800.png 602w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure132-600x797.png 600w" sizes="auto, (max-width: 673px) 100vw, 673px" /></a><figcaption id="caption-attachment-32296" class="wp-caption-text">Figure 132</figcaption></figure>
<p>Click the link your browser provides to open the file, as shown in Figure 133.</p>
<figure id="attachment_32297" aria-describedby="caption-attachment-32297" style="width: 358px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure133.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32297 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure133.png" alt="Figure 133" width="358" height="137" /></a><figcaption id="caption-attachment-32297" class="wp-caption-text">Figure 133</figcaption></figure>
<p>Click <em>Run</em>, as shown in Figure 134.</p>
<figure id="attachment_32298" aria-describedby="caption-attachment-32298" style="width: 466px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure134.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32298 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure134.png" alt="Figure 134" width="466" height="344" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure134.png 466w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure134-406x300.png 406w" sizes="auto, (max-width: 466px) 100vw, 466px" /></a><figcaption id="caption-attachment-32298" class="wp-caption-text">Figure 134</figcaption></figure>
<p>Select <em>Click here to accept the Microsoft Software License Terms</em> and click <em>Continue</em>, as shown in Figure 135.</p>
<figure id="attachment_32299" aria-describedby="caption-attachment-32299" style="width: 764px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure135.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32299 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure135.png" alt="Figure 135" width="764" height="482" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure135.png 764w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure135-476x300.png 476w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure135-600x379.png 600w" sizes="auto, (max-width: 764px) 100vw, 764px" /></a><figcaption id="caption-attachment-32299" class="wp-caption-text">Figure 135</figcaption></figure>
<p>Browse to C:\O365 and click <em>OK</em>, as shown in Figure 136.</p>
<figure id="attachment_32300" aria-describedby="caption-attachment-32300" style="width: 377px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure136.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32300 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure136.png" alt="Figure 136" width="377" height="447" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure136.png 377w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure136-253x300.png 253w" sizes="auto, (max-width: 377px) 100vw, 377px" /></a><figcaption id="caption-attachment-32300" class="wp-caption-text">Figure 136</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 137.</p>
<figure id="attachment_32301" aria-describedby="caption-attachment-32301" style="width: 355px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure137.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32301 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure137.png" alt="Figure 137" width="355" height="133" /></a><figcaption id="caption-attachment-32301" class="wp-caption-text">Figure 137</figcaption></figure>
<p>Exit your internet browser.</p>
<p>In the command prompt, type in <strong>setup.exe /configure configuration.xml</strong> (use your XML file name) and press <em>Enter</em>, as shown in Figure 138.</p>
<figure id="attachment_32302" aria-describedby="caption-attachment-32302" style="width: 493px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure138.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32302 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure138.png" alt="Figure 138" width="493" height="212" /></a><figcaption id="caption-attachment-32302" class="wp-caption-text">Figure 138</figcaption></figure>
<p>Office starts installing, as shown in Figures 139 and 140.</p>
<figure id="attachment_32303" aria-describedby="caption-attachment-32303" style="width: 400px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure139.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32303 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure139.png" alt="Figure 139" width="400" height="250" /></a><figcaption id="caption-attachment-32303" class="wp-caption-text">Figure 139</figcaption></figure>
<figure id="attachment_32304" aria-describedby="caption-attachment-32304" style="width: 779px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32304 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140.png" alt="Figure 140" width="779" height="501" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140.png 779w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140-466x300.png 466w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140-768x494.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure140-600x386.png 600w" sizes="auto, (max-width: 779px) 100vw, 779px" /></a><figcaption id="caption-attachment-32304" class="wp-caption-text">Figure 140</figcaption></figure>
<p>When the installation and configuration are complete, click <em>Close</em>, as shown in Figure 141.</p>
<figure id="attachment_32305" aria-describedby="caption-attachment-32305" style="width: 779px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32305 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141.png" alt="Figure 141" width="779" height="501" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141.png 779w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141-466x300.png 466w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141-768x494.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure141-600x386.png 600w" sizes="auto, (max-width: 779px) 100vw, 779px" /></a><figcaption id="caption-attachment-32305" class="wp-caption-text">Figure 141</figcaption></figure>
<p>Exit the command prompt.</p>
<p>Click <em>Start</em> and verify that only the Office applications you installed are there. I installed only Microsoft Excel and Word, as shown in Figures 142 and 143.</p>
<figure id="attachment_32306" aria-describedby="caption-attachment-32306" style="width: 235px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure142.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32306 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure142.png" alt="Figure 142" width="235" height="678" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure142.png 235w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure142-104x300.png 104w" sizes="auto, (max-width: 235px) 100vw, 235px" /></a><figcaption id="caption-attachment-32306" class="wp-caption-text">Figure 142</figcaption></figure>
<figure id="attachment_32307" aria-describedby="caption-attachment-32307" style="width: 266px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure143.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32307 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure143.png" alt="Figure 143" width="266" height="672" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure143.png 266w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure143-119x300.png 119w" sizes="auto, (max-width: 266px) 100vw, 266px" /></a><figcaption id="caption-attachment-32307" class="wp-caption-text">Figure 143</figcaption></figure>
<p>Start any installed Office product to start the licensing and activation process, as shown in Figure 144.</p>
<figure id="attachment_32308" aria-describedby="caption-attachment-32308" style="width: 1002px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32308 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144.png" alt="Figure 144" width="1002" height="602" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144.png 1002w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144-499x300.png 499w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144-900x541.png 900w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144-768x461.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure144-600x360.png 600w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /></a><figcaption id="caption-attachment-32308" class="wp-caption-text">Figure 144</figcaption></figure>
<p>After the activation process completes, click <em>Done</em>, as shown in Figure 145.</p>
<figure id="attachment_32309" aria-describedby="caption-attachment-32309" style="width: 652px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure145.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32309 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure145.png" alt="Figure 145" width="652" height="634" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure145.png 652w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure145-309x300.png 309w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure145-600x583.png 600w" sizes="auto, (max-width: 652px) 100vw, 652px" /></a><figcaption id="caption-attachment-32309" class="wp-caption-text">Figure 145</figcaption></figure>
<h2>Additional Applications</h2>
<p>There are many other applications you can install. Feel free to install and configure any software you require.</p>
<p>Here is some of the software I use.</p>
<ul>
<li>Citrix PVS Console (Can&#8217;t install yet)</li>
<li>Citrix Studio Console (Can&#8217;t install yet)</li>
<li>Google Chrome</li>
<li>Notepad++</li>
<li>Parallels Remote Application Server Console and PowerShell (Can&#8217;t install yet)</li>
<li>PuTTY</li>
<li>VMware Horizon Dynamic Environment Manager Management Console (Can&#8217;t install yet)</li>
<li>WinSCP</li>
</ul>
<p>Many management consoles are web-based—for example, vCenter, Citrix Director, VMware Horizon Connection Server, and others. I manage my Netgear switches and WiFi router and my two Synology units using a browser.</p>
<h2>Install vCenter Root Certificate</h2>
<p>The vCenter root certificate requires installing to manage vCenter from this computer. Citrix Studio also requires it to create a hosting connection to vCenter.</p>
<p>In <a href="https://www.carlwebster.com/06-building-websters-lab-v2-install-the-vmware-vcenter-server-appliance/" target="_blank" rel="noopener">Part 6</a>, we downloaded the root certificate from vCenter.</p>
<p>Browse to the <em>certs\win </em>folder, as shown in Figure 146.</p>
<figure id="attachment_32310" aria-describedby="caption-attachment-32310" style="width: 494px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure146.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32310 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure146.png" alt="Figure 146" width="494" height="115" /></a><figcaption id="caption-attachment-32310" class="wp-caption-text">Figure 146</figcaption></figure>
<p>Double-click the file with the extension &#8220;crt&#8221;.</p>
<p>Click <em>Open</em> if you receive a file security warning, as shown in Figure 147.</p>
<figure id="attachment_32311" aria-describedby="caption-attachment-32311" style="width: 466px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure147.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32311 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure147.png" alt="Figure 147" width="466" height="344" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure147.png 466w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure147-406x300.png 406w" sizes="auto, (max-width: 466px) 100vw, 466px" /></a><figcaption id="caption-attachment-32311" class="wp-caption-text">Figure 147</figcaption></figure>
<p>Click <em>Install Certificate…</em>, as shown in Figure 148.</p>
<figure id="attachment_32312" aria-describedby="caption-attachment-32312" style="width: 405px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure148.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32312 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure148.png" alt="Figure 148" width="405" height="515" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure148.png 405w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure148-236x300.png 236w" sizes="auto, (max-width: 405px) 100vw, 405px" /></a><figcaption id="caption-attachment-32312" class="wp-caption-text">Figure 148</figcaption></figure>
<p>Click <em>Local machine</em> and <em>Next</em>, as shown in Figure 149.</p>
<figure id="attachment_32313" aria-describedby="caption-attachment-32313" style="width: 535px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure149.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32313 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure149.png" alt="Figure 149" width="535" height="523" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure149.png 535w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure149-307x300.png 307w" sizes="auto, (max-width: 535px) 100vw, 535px" /></a><figcaption id="caption-attachment-32313" class="wp-caption-text">Figure 149</figcaption></figure>
<p>Select <em>Place all certificates in the following store</em> and click <em>Browse…</em>, as shown in Figure 150.</p>
<figure id="attachment_32314" aria-describedby="caption-attachment-32314" style="width: 535px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure150.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32314 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure150.png" alt="Figure 150" width="535" height="523" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure150.png 535w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure150-307x300.png 307w" sizes="auto, (max-width: 535px) 100vw, 535px" /></a><figcaption id="caption-attachment-32314" class="wp-caption-text">Figure 150</figcaption></figure>
<p>Click on <em>Trusted Root Certification Authorities</em> and click <em>OK</em>, as shown in Figure 151.</p>
<figure id="attachment_32315" aria-describedby="caption-attachment-32315" style="width: 281px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure151.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32315 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure151.png" alt="Figure 151" width="281" height="263" /></a><figcaption id="caption-attachment-32315" class="wp-caption-text">Figure 151</figcaption></figure>
<p>Click <em>Next</em>, as shown in Figure 152.</p>
<figure id="attachment_32316" aria-describedby="caption-attachment-32316" style="width: 535px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure152.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32316 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure152.png" alt="Figure 152" width="535" height="523" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure152.png 535w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure152-307x300.png 307w" sizes="auto, (max-width: 535px) 100vw, 535px" /></a><figcaption id="caption-attachment-32316" class="wp-caption-text">Figure 152</figcaption></figure>
<p>Click <em>Finish</em>, as shown in Figure 153.</p>
<figure id="attachment_32317" aria-describedby="caption-attachment-32317" style="width: 535px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure153.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32317 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure153.png" alt="Figure 153" width="535" height="523" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure153.png 535w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure153-307x300.png 307w" sizes="auto, (max-width: 535px) 100vw, 535px" /></a><figcaption id="caption-attachment-32317" class="wp-caption-text">Figure 153</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 154.</p>
<figure id="attachment_32318" aria-describedby="caption-attachment-32318" style="width: 232px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure154.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32318 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure154.png" alt="Figure 154" width="232" height="152" /></a><figcaption id="caption-attachment-32318" class="wp-caption-text">Figure 154</figcaption></figure>
<p>Click <em>OK</em>, as shown in Figure 155.</p>
<figure id="attachment_32319" aria-describedby="caption-attachment-32319" style="width: 405px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure155.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32319 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure155.png" alt="Figure 155" width="405" height="515" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure155.png 405w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure155-236x300.png 236w" sizes="auto, (max-width: 405px) 100vw, 405px" /></a><figcaption id="caption-attachment-32319" class="wp-caption-text">Figure 155</figcaption></figure>
<p>Using your browser, go to the link for the vCenter Getting Started Page. For me, that is https://vcenter.labaddomain.com, as shown in Figure 156.</p>
<figure id="attachment_32320" aria-describedby="caption-attachment-32320" style="width: 438px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure156.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32320 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure156.png" alt="Figure 156" width="438" height="231" /></a><figcaption id="caption-attachment-32320" class="wp-caption-text">Figure 156</figcaption></figure>
<p>Click the padlock symbol, as shown in Figure 157.</p>
<figure id="attachment_32321" aria-describedby="caption-attachment-32321" style="width: 538px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure157.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32321 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure157.png" alt="Figure 157" width="538" height="312" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure157.png 538w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure157-517x300.png 517w" sizes="auto, (max-width: 538px) 100vw, 538px" /></a><figcaption id="caption-attachment-32321" class="wp-caption-text">Figure 157</figcaption></figure>
<h2>Activate Windows 10</h2>
<p>If you have a MAPS or similar subscription service, you can activate your copy of Windows 10.</p>
<p>Click <em>Start</em>, <em>Settings</em>, as shown in Figure 158.</p>
<figure id="attachment_32323" aria-describedby="caption-attachment-32323" style="width: 255px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure158.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32323 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure158.png" alt="Figure 158" width="255" height="276" /></a><figcaption id="caption-attachment-32323" class="wp-caption-text">Figure 158</figcaption></figure>
<p>Click <em>Windows isn&#8217;t activated. Activate Windows now.</em>, as shown in Figure 159.</p>
<figure id="attachment_32324" aria-describedby="caption-attachment-32324" style="width: 853px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32324 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159.png" alt="Figure 159" width="853" height="698" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159.png 853w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159-367x300.png 367w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159-768x628.png 768w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure159-600x491.png 600w" sizes="auto, (max-width: 853px) 100vw, 853px" /></a><figcaption id="caption-attachment-32324" class="wp-caption-text">Figure 159</figcaption></figure>
<p>Click <em>Change product key</em>, as shown in Figure 160.</p>
<figure id="attachment_32325" aria-describedby="caption-attachment-32325" style="width: 483px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure160.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32325 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure160.png" alt="Figure 160" width="483" height="726" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure160.png 483w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure160-200x300.png 200w" sizes="auto, (max-width: 483px) 100vw, 483px" /></a><figcaption id="caption-attachment-32325" class="wp-caption-text">Figure 160</figcaption></figure>
<p>Enter your Windows 10 <em>Product key</em> and click <em>Next</em>, as shown in Figure 161.</p>
<figure id="attachment_32326" aria-describedby="caption-attachment-32326" style="width: 682px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure161.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32326 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure161.png" alt="Figure 161" width="682" height="322" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure161.png 682w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure161-530x250.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure161-600x283.png 600w" sizes="auto, (max-width: 682px) 100vw, 682px" /></a><figcaption id="caption-attachment-32326" class="wp-caption-text">Figure 161</figcaption></figure>
<p>Click <em>Activate</em>, as shown in Figure 162.</p>
<figure id="attachment_32327" aria-describedby="caption-attachment-32327" style="width: 682px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure162.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32327 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure162.png" alt="Figure 162" width="682" height="216" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure162.png 682w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure162-530x168.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure162-600x190.png 600w" sizes="auto, (max-width: 682px) 100vw, 682px" /></a><figcaption id="caption-attachment-32327" class="wp-caption-text">Figure 162</figcaption></figure>
<p>If your copy of Windows 10 activated successfully, click <em>Close</em>, as shown in Figure 163.  If activation was not successful, resolve the issue and attempt the activation again.</p>
<figure id="attachment_32328" aria-describedby="caption-attachment-32328" style="width: 682px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure163.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32328 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure163.png" alt="Figure 163" width="682" height="216" srcset="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure163.png 682w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure163-530x168.png 530w, https://www.carlwebster.com/wp-content/uploads/2021/05/Figure163-600x190.png 600w" sizes="auto, (max-width: 682px) 100vw, 682px" /></a><figcaption id="caption-attachment-32328" class="wp-caption-text">Figure 163</figcaption></figure>
<p>Windows 10 now shows as activated.</p>
<figure id="attachment_32329" aria-describedby="caption-attachment-32329" style="width: 399px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure164.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-32329 size-full" src="https://www.carlwebster.com/wp-content/uploads/2021/05/Figure164.png" alt="Figure 164" width="399" height="213" /></a><figcaption id="caption-attachment-32329" class="wp-caption-text">Figure 164</figcaption></figure>
<p>Exit all open windows.</p>
<p>Up next: <a href="https://www.carlwebster.com/21-building-websters-lab-v2-create-a-10zig-management-server/" target="_blank" rel="noopener">Create a 10ZiG Management Server</a></p>
<p><a href="https://www.carlwebster.com/building-websters-lab-v2/" target="_blank" rel="noopener">Landing page for the article series</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32109</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services 7.x Documentation Script Update Version 6.01</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-7-x-documentation-script-update-version-6-01/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 25 Jan 2021 23:23:36 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=28050</guid>

					<description><![CDATA[Version 6.01 25-Jan-2021 Added error checking in Function Check-NeededPSSnapins (Requested by Guy Leech) Added new parameter LimitTargetDevices Updated Function OutputSite Updated functions ShowScriptOptions and ProcessScriptEnd Updated the help text Updated&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 6.01 25-Jan-2021</p>
<ul>
<li>Added error checking in Function Check-NeededPSSnapins (Requested by Guy Leech)</li>
<li>Added new parameter LimitTargetDevices
<ul>
<li>Updated Function OutputSite</li>
<li>Updated functions ShowScriptOptions and ProcessScriptEnd</li>
</ul>
</li>
<li>Updated the help text</li>
<li>Updated the ReadMe file</li>
</ul>
<p>Adding the LimitTargetDevices parameter with a default value of 1 is a minor change with a major impact on the size of the output report. If you have thousands of target devices, the report will, by default, only include the first target device in each device collection. This will reduce the size of the output files tremendously. You can enter a value of 0 if you prefer to have no target devices in your report.</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">28050</post-id>	</item>
		<item>
		<title>Citrix Provisioning Services Health Check Script Update Version 1.24</title>
		<link>https://www.carlwebster.com/citrix-provisioning-services-health-check-script-update-version-1-24/</link>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Mon, 25 Jan 2021 17:09:38 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PVS]]></category>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=28046</guid>

					<description><![CDATA[Version 1.24 25-Jan-2021 Added Appendix R for Installed Citrix Components Added array $Script:CtxInstalledComponents Added Function GetCitrixInstalledComponents Added Function OutputAppendixR Added CSV file PVSFarmName_HealthCheck_AppendixR_CitrixInstalledComponents.csv Added error checking in Function Check-NeededPSSnapins (Requested&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 1.24 25-Jan-2021</p>
<ul>
<li>Added Appendix R for Installed Citrix Components
<ul>
<li>Added array $Script:CtxInstalledComponents</li>
<li>Added Function GetCitrixInstalledComponents</li>
<li>Added Function OutputAppendixR</li>
<li>Added CSV file PVSFarmName_HealthCheck_AppendixR_CitrixInstalledComponents.csv</li>
</ul>
</li>
<li>Added error checking in Function Check-NeededPSSnapins (Requested by Guy Leech)</li>
<li>Added more Write-Host statements in Function CheckOnPoSHPrereqs</li>
<li>Changed console message &#8220;Processing PVS Processes for Server&#8221; to &#8220;Retrieving PVS Processes for Server&#8221;</li>
<li>Cleaned up the console output</li>
<li>Fixed several misplaced Write-Host statements</li>
<li>Updated the help text</li>
<li>Updated the 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">28046</post-id>	</item>
	</channel>
</rss>
