<?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>AutoSPSourceBuilder Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/autospsourcebuilder/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/autospsourcebuilder/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Fri, 20 Aug 2021 16:59:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How to install a SharePoint 2019 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</title>
		<link>https://blogit.create.pt/miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 09 Dec 2018 17:06:10 +0000</pubDate>
				<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AutoSPInstaller]]></category>
		<category><![CDATA[AutoSPSourceBuilder]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=7951</guid>

					<description><![CDATA[<p>This post is the first part of a two part step by step tutorial on how to install SharePoint 2019 in a fully automated way using PowerShell. To read the second part, click&#160;here. Introduction The SharePoint world is rapidly moving into the Cloud with SharePoint Online and Office 365, but a new SharePoint Server release [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/">How to install a SharePoint 2019 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post is the first part of a two part step by step tutorial on how to install SharePoint 2019 in a fully automated way using PowerShell.</p>



<p>To read the second part, click&nbsp;<a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noreferrer noopener" aria-label="To read the second part, click&nbsp;here. (opens in a new tab)">here</a>.</p>



<h1 class="wp-block-heading">Introduction</h1>



<p>The SharePoint world is rapidly moving into the Cloud with SharePoint Online and Office 365, but a new SharePoint Server release was recently announced by Microsoft with improved hybrid support.&nbsp;To learn more about all the new features in SharePoint 2019, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here.</a></p>



<p>Before installing a SharePoint 2019 farm, it is important to be familiar with its requirements. To learn more about SharePoint 2019 hardware and software requirements, click <a rel="noreferrer noopener" href="https://docs.microsoft.com/en-us/sharepoint/install/hardware-and-software-requirements-2019" target="_blank">here</a>. </p>



<p>Installing a SharePoint farm can be a complex task and the installation process is composed by a series of steps:</p>



<ul class="wp-block-list"><li>Downloading and installing SharePoint prerequisites</li><li>Downloading and installing the SharePoint binaries</li><li>Downloading and installing the lastest SharePoint updates</li><li>Downloading and installing the required language packs (optional, necessary if you want the SharePoint interface to be presented in a language other than English)</li><li>Configuring the SharePoint farm using SharePoint Products and Configuration Wizard</li></ul>



<p>All the above steps are time consuming and can be error prone if, for example, you miss to download any of the prerequisites.</p>



<p>Fortunately, it is possible to fully automate a SharePoint farm installation using PowerShell by using a script called <a href="https://autospinstaller.com/" target="_blank" rel="noreferrer noopener">AutoSPInstaller</a>. The installation process can be divided in two major steps:</p>



<ul class="wp-block-list"><li>Downloading the SharePoint installation package</li><li>Installing SharePoint and configuring the SharePoint farm</li></ul>



<p>This process can be used for the following versions of SharePoint:</p>



<ul class="wp-block-list"><li>SharePoint 2010</li><li>SharePoint 2013</li><li>SharePoint 2016</li><li>SharePoint 2019 (to learn more about all the new features in SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noreferrer noopener">here)</a></li></ul>



<p>In this post, I will talk about the first part of the process: downloading the SharePoint installation package and I will use SharePoint 2019 as an example.</p>



<h1 class="wp-block-heading">Downloading the SharePoint installation package</h1>



<p>The download process will be managed by a script called <a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noreferrer noopener">AutoSPSourceBuilder</a> that will download the SharePoint installation package and all its dependencies and will create a folder structure ready to be used in&nbsp;<a href="https://autospinstaller.com/" target="_blank" rel="noreferrer noopener">AutoSPInstaller</a>. The <a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noreferrer noopener">AutoSPSourceBuilder</a> script will download:</p>



<ul class="wp-block-list"><li>All SharePoint prerequisites</li><li>The latest SharePoint updates</li><li>If specified. the desired language pack</li></ul>



<p>To download the SharePoint 2019 installation package, follow the steps below:</p>



<ol class="wp-block-list"><li>Download&nbsp;<a href="https://www.microsoft.com/en-us/download/details.aspx?id=57462" target="_blank" rel="noreferrer noopener" aria-label="Download&nbsp;SharePoint 2019. (opens in a new tab)">SharePoint 2019</a>.</li></ol>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="782" height="194" src="https://blogit.create.pt////wp-content/uploads/2018/12/SP2019_Download.png" alt="" class="wp-image-7970" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Download.png 782w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Download-300x74.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Download-768x191.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Download-696x173.png 696w" sizes="(max-width: 782px) 100vw, 782px" /></figure>



<p>2. Download&nbsp;<a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noreferrer noopener">AutoSPSourceBuilder</a>. After download, the folder should contain the following structure.</p>



<figure class="wp-block-image"><img decoding="async" width="592" height="152" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_Files.png" alt="" class="wp-image-7960" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_Files.png 592w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_Files-300x77.png 300w" sizes="(max-width: 592px) 100vw, 592px" /></figure>



<p>3. Mount the&nbsp;SharePoint 2019 .iso image.</p>



<figure class="wp-block-image"><img decoding="async" width="506" height="186" src="https://blogit.create.pt////wp-content/uploads/2018/12/SP2019_Mount.png" alt="" class="wp-image-7971" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Mount.png 506w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Mount-300x110.png 300w" sizes="(max-width: 506px) 100vw, 506px" /></figure>



<p>After mount, the mounted drive will have SharePoint installation files.</p>



<figure class="wp-block-image"><img decoding="async" width="580" height="398" src="https://blogit.create.pt////wp-content/uploads/2018/12/SP2019_Binaries.png" alt="" class="wp-image-7968" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Binaries.png 580w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Binaries-300x206.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Binaries-100x70.png 100w, https://blogit.create.pt/wp-content/uploads/2018/12/SP2019_Binaries-218x150.png 218w" sizes="(max-width: 580px) 100vw, 580px" /></figure>



<p>4. Run the following script in a PowerShell window (run as administrator).</p>



<p><strong>.\AutoSPSourceBuilder.ps1 -GetPrerequisites $true -SharePointVersion “2019” -Languages “pt-pt” -LocationForUpdates C:\SP\2019\Updates</strong></p>



<p>This script will download SharePoint 2019 with all prerequisites and (if available) the Portuguese language pack. Change the &#8220;Languages&#8221; parameter to the Language Pack you want to include in your installation and the LocationForUpdates parameter to the desired location where AutoSPSourceBuilder will download the SharePoint updates that will be included in the SharePoint installation.</p>



<p>The script will start by detecting the SharePoint image that was previously downloaded. If successfully detected, it will extract the SharePoint installation files from the mounted image to the C:\SP\2019 folder.</p>



<figure class="wp-block-image"><img decoding="async" width="860" height="732" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload.png" alt="" class="wp-image-7966" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload.png 860w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload-300x255.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload-768x654.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload-696x592.png 696w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_StartDownload-493x420.png 493w" sizes="(max-width: 860px) 100vw, 860px" /></figure>



<p>5. Once the SharePoint installation files extraction is completed, you will be asked to select the SharePoint update that you want to include on your installation package. Select the latest available package (all SharePoint 2019 updates are cumulative and include all updates contained in the previous updates). At this time, only one update is available.</p>



<figure class="wp-block-image"><img decoding="async" width="852" height="708" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload.png" alt="" class="wp-image-7967" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload.png 852w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload-300x249.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload-768x638.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload-696x578.png 696w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_UpdateDownload-505x420.png 505w" sizes="(max-width: 852px) 100vw, 852px" /></figure>



<p>6. After selecting the update, the script will resume and start downloading the SharePoint prerequisites. the selected language pack and the selected SharePoint update.</p>



<figure class="wp-block-image"><img decoding="async" width="860" height="734" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart.png" alt="" class="wp-image-7965" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart.png 860w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart-300x256.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart-768x655.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart-696x594.png 696w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownloadStart-492x420.png 492w" sizes="(max-width: 860px) 100vw, 860px" /></figure>



<figure class="wp-block-image"><img decoding="async" width="858" height="734" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload.png" alt="" class="wp-image-7964" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload.png 858w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload-300x257.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload-768x657.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload-696x595.png 696w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_PreRequisitesDownload-491x420.png 491w" sizes="(max-width: 858px) 100vw, 858px" /></figure>



<p>7. After completion, the PowerShell window should look like the image below. At this time, the Portuguese language pack is still not available.</p>



<figure class="wp-block-image"><img decoding="async" width="862" height="734" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished.png" alt="" class="wp-image-7959" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished.png 862w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished-300x255.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished-768x654.png 768w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished-696x593.png 696w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_DownloadFinished-493x420.png 493w" sizes="(max-width: 862px) 100vw, 862px" /></figure>



<p>The end result will be a structure of folders and files that will contain all the necessary files&nbsp;to install SharePoint with <a href="https://autospinstaller.com/" target="_blank" rel="noreferrer noopener" aria-label="The end result will be a structure of folders and files that will contain all the necessary files&nbsp;to install SharePoint with AutoSPInstaller. (opens in a new tab)">AutoSPInstaller</a>.</p>



<p>Root folder:</p>



<figure class="wp-block-image"><img decoding="async" width="472" height="128" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure.png" alt="" class="wp-image-7961" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure.png 472w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure-300x81.png 300w" sizes="(max-width: 472px) 100vw, 472px" /></figure>



<p>SharePoint bits folder (slipstreamed installation structure):</p>



<figure class="wp-block-image"><img decoding="async" width="580" height="422" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_SP.png" alt="" class="wp-image-7962" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_SP.png 580w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_SP-300x218.png 300w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_SP-324x235.png 324w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_SP-577x420.png 577w" sizes="(max-width: 580px) 100vw, 580px" /></figure>



<p>Updates folder:</p>



<figure class="wp-block-image"><img decoding="async" width="446" height="86" src="https://blogit.create.pt////wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_Updates.png" alt="" class="wp-image-7963" srcset="https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_Updates.png 446w, https://blogit.create.pt/wp-content/uploads/2018/12/AutoSPSourceBuilder_SP2019_FolderStructure_Updates-300x58.png 300w" sizes="(max-width: 446px) 100vw, 446px" /></figure>



<p> <br>To read the second part of this two part step by step tutorial, click&nbsp;<a rel="noreferrer noopener" aria-label="To read the second part, click&nbsp;here. (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<h1 class="wp-block-heading" id="mce_25">Related Articles</h1>



<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank">here</a>. </p>



<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank">learning resources</a>.</p>



<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank">this article</a>.</p>



<p>To learn more about all the new features in SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here.</a></p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated and be ready to start your move to the cloud, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>. </p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you want to know all about the latest SharePoint and Office 365 announcements from SharePoint Conference 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you are involved in a SharePoint upgrade and want to learn more about the upgrade process, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>. </p>



<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/">How to install a SharePoint 2019 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to install a SharePoint 2016 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</title>
		<link>https://blogit.create.pt/miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sat, 28 Jul 2018 19:02:54 +0000</pubDate>
				<category><![CDATA[SharePoint 2016]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AutoSPInstaller]]></category>
		<category><![CDATA[AutoSPSourceBuilder]]></category>
		<category><![CDATA[Deployment]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/miguelisidoro/?p=1484</guid>

					<description><![CDATA[<p>This post is the first part of a two part step by step tutorial on how to install SharePoint 2016 in a fully automated way using PowerShell. To read the second part, click here. Introduction Before installing a SharePoint 2016 farm, it is important to be familiar with its requirements. To learn more about SharePoint 2016 [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/">How to install a SharePoint 2016 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This post is the first part of a two part step by step tutorial on how to install SharePoint 2016 in a fully automated way using PowerShell.</p>
<p>To read the second part, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noreferrer noopener" aria-label="To read the first part, click here. (opens in a new tab)">here</a>.</p>
<h1>Introduction</h1>
<p>Before installing a SharePoint 2016 farm, it is important to be familiar with its requirements. To learn more about SharePoint 2016 hardware and software requirements, click <a href="https://docs.microsoft.com/en-us/sharepoint/install/hardware-and-software-requirements" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>
<p>Installing a SharePoint farm can be a complex task and the installation process is composed by a series of steps:</p>
<ul>
<li>Downloading and installing SharePoint prerequisites</li>
<li>Downloading and installing the SharePoint binaries</li>
<li>Downloading and installing the lastest SharePoint updates</li>
<li>Downloading and installing the required language packs (optional, necessary if you want the SharePoint interface to be presented in a language other than English)</li>
<li>Configuring the SharePoint farm using SharePoint Products and Configuration Wizard</li>
</ul>
<p>All the above steps are time consuming and can be error prone if, for example, you miss to download any of the prerequisites.</p>
<p>Fortunately, it is possible to fully automate a SharePoint farm installation using PowerShell by using a script called <a href="https://autospinstaller.com/" target="_blank" rel="noopener noreferrer">AutoSPInstaller</a>. The installation process can be divided in two major steps:</p>
<ul>
<li>Downloading the SharePoint installation package</li>
<li>Installing SharePoint and configuring the SharePoint farm</li>
</ul>
<p>This process can be used for the following versions of SharePoint:</p>
<ul>
<li>SharePoint 2010</li>
<li>SharePoint 2013</li>
<li>SharePoint 2016</li>
<li>SharePoint 2019 (to learn more about all the new features in SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here)</a></li>
</ul>
<p>In this post, I will talk about the first part of the process: downloading the SharePoint installation package and I will use SharePoint 2016 as an example.</p>
<h1>Downloading the SharePoint installation package</h1>
<p>The download process will be managed by a script called <a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noopener noreferrer">AutoSPSourceBuilder</a> that will download the SharePoint installation package and all its dependencies and will create a folder structure ready to be used in <a href="https://autospinstaller.com/" target="_blank" rel="noopener noreferrer">AutoSPInstaller</a>. The <a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noopener noreferrer">AutoSPSourceBuilder</a> script will download:</p>
<ul>
<li>All SharePoint prerequisites</li>
<li>The latest SharePoint updates</li>
<li>If specified. the desired language pack</li>
</ul>
<p>To download the SharePoint 2016 installation package, follow the steps below:</p>
<ol>
<li>Download <a href="https://www.microsoft.com/en-us/download/details.aspx?id=51493" target="_blank" rel="noopener noreferrer">SharePoint 2016</a>.</li>
</ol>
<p><img decoding="async" class="alignnone wp-image-1604 size-full" src="https://blogit.create.pt////wp-content/uploads/2018/07/SharePoint2016_Download.jpg" alt="" width="993" height="265" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Download.jpg 993w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Download-300x80.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Download-768x205.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Download-696x186.jpg 696w" sizes="(max-width: 993px) 100vw, 993px" /></p>
<p>2. Download <a href="https://github.com/brianlala/AutoSPSourceBuilder" target="_blank" rel="noopener noreferrer">AutoSPSourceBuilder</a>. After download, the folder should contain the following structure.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1694" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_Files.jpg" alt="" width="811" height="200" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_Files.jpg 811w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_Files-300x74.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_Files-768x189.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_Files-696x172.jpg 696w" sizes="(max-width: 811px) 100vw, 811px" /></p>
<p>3. Mount the .iso image of SharePoint 2016.</p>
<p><img decoding="async" class="alignnone size-full wp-image-6395" src="https://blogit.create.pt////wp-content/uploads/2018/07/SharePoint2016_Mount.jpg" alt="" width="443" height="141" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Mount.jpg 443w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Mount-300x95.jpg 300w" sizes="(max-width: 443px) 100vw, 443px" /></p>
<p>After mount, the mounted drive will have SharePoint installation files.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1954" src="https://blogit.create.pt////wp-content/uploads/2018/07/SharePoint2016_Files-2.jpg" alt="" width="768" height="810" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Files-2.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Files-2-284x300.jpg 284w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Files-2-696x734.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/07/SharePoint2016_Files-2-398x420.jpg 398w" sizes="(max-width: 768px) 100vw, 768px" /></p>
<p>4. Run the following script in a PowerShell window (run as administrator).</p>
<p><strong>.\AutoSPSourceBuilder.ps1 -GetPrerequisites $true -SharePointVersion &#8220;2016&#8221; -Languages &#8220;pt-pt&#8221;</strong></p>
<p>This script will download SharePoint 2016 with all prerequisites and the Portuguese language pack. Change the &#8220;Languages&#8221; parameter to the Language Pack you want to include in your installation.</p>
<p>The script will start by detecting the SharePoint image that was previously downloaded. If successfully detected, it will extract the SharePoint installation files from the mounted image to the C:\SP\2016 folder.</p>
<p><img decoding="async" class="alignnone size-full wp-image-6392" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_PowerShell.jpg" alt="" width="766" height="289" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_PowerShell.jpg 766w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_PowerShell-300x113.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_PowerShell-696x263.jpg 696w" sizes="(max-width: 766px) 100vw, 766px" /></p>
<p>5. Once the SharePoint installation files extraction is completed, you will be asked to select the SharePoint update that you want to include on your installation package. Select the latest available package (all SharePoint 2016 updates are cumulative and include all updates contained in the previous updates).</p>
<p><img decoding="async" class="alignnone size-full wp-image-6393" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion.jpg" alt="" width="1427" height="745" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion.jpg 1427w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-300x157.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-768x401.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-1024x535.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-696x363.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-1068x558.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_SelectVersion-804x420.jpg 804w" sizes="(max-width: 1427px) 100vw, 1427px" /></p>
<p>6. After selecting the SharePoint update, the script will resume and start downloading the SharePoint prerequisites. the selected language pack and the selected SharePoint update.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1634" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites.jpg" alt="" width="767" height="726" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites.jpg 767w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites-300x284.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites-696x659.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites-444x420.jpg 444w" sizes="(max-width: 767px) 100vw, 767px" /></p>
<p>7. After completion, the PowerShell window should look like the image below.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1644" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish.jpg" alt="" width="770" height="719" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish.jpg 770w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish-300x280.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish-768x717.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish-696x650.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_DownloadSPreRequisites_Finish-450x420.jpg 450w" sizes="(max-width: 770px) 100vw, 770px" /></p>
<p>The end result will be a structure of folders and files that will contain all the necessary files to install SharePoint with <a href="https://autospinstaller.com/">AutoSPInstaller</a>.</p>
<p>Root folder:</p>
<p><img decoding="async" class="alignnone size-full wp-image-6390" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure.jpg" alt="" width="264" height="185" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure.jpg 264w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure-100x70.jpg 100w" sizes="(max-width: 264px) 100vw, 264px" /></p>
<p>Language Packs folder:</p>
<p><img decoding="async" class="alignnone size-full wp-image-6396" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_LanguagePacks-1.jpg" alt="" width="614" height="113" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_LanguagePacks-1.jpg 614w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_LanguagePacks-1-300x55.jpg 300w" sizes="(max-width: 614px) 100vw, 614px" /></p>
<p>SharePoint bits folder (slipstreamed installation structure):</p>
<p><img decoding="async" class="alignnone size-full wp-image-1944" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2.jpg" alt="" width="788" height="818" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2.jpg 788w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2-289x300.jpg 289w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2-768x797.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2-696x722.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_SP-2-405x420.jpg 405w" sizes="(max-width: 788px) 100vw, 788px" /></p>
<p>Updates folder:</p>
<p><img decoding="async" class="alignnone size-full wp-image-1574" src="https://blogit.create.pt////wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_Update.jpg" alt="" width="613" height="142" srcset="https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_Update.jpg 613w, https://blogit.create.pt/wp-content/uploads/2018/07/AutoSPSourceBuilder_FolderStructure_Update-300x69.jpg 300w" sizes="(max-width: 613px) 100vw, 613px" /></p>
<p>To read the second part of this two part step by step tutorial, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>Related Articles</h1>
<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p><a href="https://autospinstaller.com/" target="_blank" rel="noopener noreferrer">AutoSPInstaller</a> is also already available for the recently announced new version SharePoint, SharePoint 2019. To learn more about all the new features in SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here.</a></p>
<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noopener noreferrer">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated and be ready to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>
<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noreferrer noopener">learning resources</a>.</p>
<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener">this article</a>.</p>
<p>If you want to know all about the latest SharePoint and Office 365 announcements from SharePoint Conference 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/">How to install a SharePoint 2016 farm using PowerShell and AutoSPInstaller Step by Step (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Create SharePoint 2016 install package with AutoSPSourceBuilder</title>
		<link>https://blogit.create.pt/fabiocarvalho/2017/02/10/create-sharepoint-2016-install-package-with-autospsourcebuilder/</link>
					<comments>https://blogit.create.pt/fabiocarvalho/2017/02/10/create-sharepoint-2016-install-package-with-autospsourcebuilder/#comments</comments>
		
		<dc:creator><![CDATA[Fábio Carvalho]]></dc:creator>
		<pubDate>Fri, 10 Feb 2017 23:06:25 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AutoSPInstaller]]></category>
		<category><![CDATA[AutoSPSourceBuilder]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[sharepoint]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/fabiocarvalho/?p=661</guid>

					<description><![CDATA[<p>Hey Everyone! Today i will speak about AutoSPSourceBuilder, a great powershell script to create a packages to install SharePoint 2016, 2013 and 2010. The packages created by AutoSPBuilder,  you can use AutoSPInstaller, a greats powershell script to automize the instalation of SharePoint also available for SharePoint version 2016, 2013  and 2010. I deeply recommend create [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/02/10/create-sharepoint-2016-install-package-with-autospsourcebuilder/">Create SharePoint 2016 install package with AutoSPSourceBuilder</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hey Everyone!</p>
<p>Today i will speak about <a href="https://autospsourcebuilder.codeplex.com/">AutoSPSourceBuilder</a>, a great powershell script to create a packages to install SharePoint 2016, 2013 and 2010. The packages created by <a href="https://autospinstaller.codeplex.com/">AutoSPBuilder</a>,  you can use <a href="https://autospinstaller.codeplex.com/">AutoSPInstaller</a>, a greats powershell script to automize the instalation of SharePoint also available for SharePoint version 2016, 2013  and 2010.</p>
<p>I deeply recommend create with this script because the package will include the most recent updates of SharePoint!</p>
<p><strong>Follow the steps below:</strong></p>
<ol>
<li> Download <strong>SharePoint 2016</strong>, you can use the following link:<a href="https://www.microsoft.com/en-us/download/details.aspx?id=51493">https://www.microsoft.com/en-us/download/details.aspx?id=51493</a>.</li>
</ol>
<p><a href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=51493"><img decoding="async" class="alignnone size-full wp-image-681" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp1.png" alt="" width="837" height="216" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp1.png 837w, https://blogit.create.pt/wp-content/uploads/2017/02/sp1-300x77.png 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp1-768x198.png 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp1-696x180.png 696w" sizes="(max-width: 837px) 100vw, 837px" /></a></p>
<p>2. Download <a href="https://autospsourcebuilder.codeplex.com/">AutoSPSourceBuilder</a>, you can download on github &#8211; <a href="https://github.com/brianlala/AutoSPSourceBuilder">https://github.com/brianlala/AutoSPSourceBuilder</a>.</p>
<p><img decoding="async" class="alignnone wp-image-701" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp3.png" alt="" width="180" height="94" /></p>
<p>3. Mount the .iso image of SharePoint 2016.</p>
<p><img decoding="async" class="alignnone wp-image-691" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp2.png" alt="" width="320" height="113" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp2.png 464w, https://blogit.create.pt/wp-content/uploads/2017/02/sp2-300x106.png 300w" sizes="(max-width: 320px) 100vw, 320px" /><img decoding="async" class="alignnone wp-image-711" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp4.jpg" alt="" width="338" height="114" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp4.jpg 503w, https://blogit.create.pt/wp-content/uploads/2017/02/sp4-300x101.jpg 300w" sizes="(max-width: 338px) 100vw, 338px" /></p>
<p>4. Run the script &#8211; AutoSPSourceBuilder.ps1 with Powershell as admin.</p>
<p>.\AutoSPSourceBuilder.ps1 -GetPrerequisites $true</p>
<p>5. The script will start and the firstly  check if exists SharePoint image,  if exists it will create a struct of folders in disk drive c.</p>
<p><img decoding="async" class="alignnone size-full wp-image-721" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp5.jpg" alt="" width="965" height="251" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp5.jpg 965w, https://blogit.create.pt/wp-content/uploads/2017/02/sp5-300x78.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp5-768x200.jpg 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp5-696x181.jpg 696w" sizes="(max-width: 965px) 100vw, 965px" /></p>
<p>6. You need select what is the last update that you what include on your installation package, as SharePoint 2016 updates are cumulative you just need to select the last one.</p>
<p><img decoding="async" class="alignnone size-full wp-image-731" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp10.jpg" alt="" width="947" height="517" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp10.jpg 947w, https://blogit.create.pt/wp-content/uploads/2017/02/sp10-300x164.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp10-768x419.jpg 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp10-696x380.jpg 696w, https://blogit.create.pt/wp-content/uploads/2017/02/sp10-769x420.jpg 769w" sizes="(max-width: 947px) 100vw, 947px" /></p>
<p>7. The script continue&#8230; and install the prerequisites.</p>
<p><img decoding="async" class="alignnone size-full wp-image-741" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp6.png" alt="" width="917" height="876" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp6.png 917w, https://blogit.create.pt/wp-content/uploads/2017/02/sp6-300x287.png 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp6-768x734.png 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp6-696x665.png 696w, https://blogit.create.pt/wp-content/uploads/2017/02/sp6-440x420.png 440w" sizes="(max-width: 917px) 100vw, 917px" /></p>
<p><img decoding="async" class="alignnone size-full wp-image-751" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp7.jpg" alt="" width="933" height="338" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp7.jpg 933w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-300x109.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-768x278.jpg 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-696x252.jpg 696w" sizes="(max-width: 933px) 100vw, 933px" /></p>
<p>8. Select the language pack that you want include on your installation.</p>
<p><img decoding="async" class="alignnone size-full wp-image-781" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp11.jpg" alt="" width="867" height="450" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp11.jpg 867w, https://blogit.create.pt/wp-content/uploads/2017/02/sp11-300x156.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp11-768x399.jpg 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp11-696x361.jpg 696w, https://blogit.create.pt/wp-content/uploads/2017/02/sp11-809x420.jpg 809w" sizes="(max-width: 867px) 100vw, 867px" /></p>
<p>9. Finally the script will finish the package.</p>
<p><img decoding="async" class="alignnone size-full wp-image-791" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp12.png" alt="" width="872" height="529" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp12.png 872w, https://blogit.create.pt/wp-content/uploads/2017/02/sp12-300x182.png 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp12-768x466.png 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp12-696x422.png 696w, https://blogit.create.pt/wp-content/uploads/2017/02/sp12-692x420.png 692w" sizes="(max-width: 872px) 100vw, 872px" /></p>
<p>10. At the end you have a structure of folders and files that make up your SharePoint package to run in <a href="https://autospinstaller.codeplex.com/">AutoSPInstaller</a>.</p>
<p><img decoding="async" class="alignnone size-full wp-image-801" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp13.jpg" alt="" width="215" height="154" /></p>
<p><img decoding="async" class="alignnone size-full wp-image-811" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp14.png" alt="" width="323" height="155" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp14.png 323w, https://blogit.create.pt/wp-content/uploads/2017/02/sp14-300x144.png 300w" sizes="(max-width: 323px) 100vw, 323px" /></p>
<p><img decoding="async" class="alignnone size-full wp-image-821" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp15.jpg" alt="" width="305" height="102" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp15.jpg 305w, https://blogit.create.pt/wp-content/uploads/2017/02/sp15-300x100.jpg 300w" sizes="(max-width: 305px) 100vw, 305px" /><br />
<img decoding="async" class="alignnone wp-image-771" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp17.jpg" alt="" width="464" height="335" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp17.jpg 571w, https://blogit.create.pt/wp-content/uploads/2017/02/sp17-300x216.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp17-324x235.jpg 324w" sizes="(max-width: 464px) 100vw, 464px" /></p>
<p><img decoding="async" class="alignnone size-full wp-image-751" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/02/sp7.jpg" alt="" width="933" height="338" srcset="https://blogit.create.pt/wp-content/uploads/2017/02/sp7.jpg 933w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-300x109.jpg 300w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-768x278.jpg 768w, https://blogit.create.pt/wp-content/uploads/2017/02/sp7-696x252.jpg 696w" sizes="(max-width: 933px) 100vw, 933px" /></p>
<p>Thanks</p>
<p><strong>Fábio Carvalho</strong><br />
SharePoint Consultant<br />
<strong>|create|</strong><span style="color: #ff0000"><strong>it</strong></span><strong>|</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/02/10/create-sharepoint-2016-install-package-with-autospsourcebuilder/">Create SharePoint 2016 install package with AutoSPSourceBuilder</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/fabiocarvalho/2017/02/10/create-sharepoint-2016-install-package-with-autospsourcebuilder/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
