<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Windows Server 2016 on gal.vin</title>
    <link>https://gal.vin/tags/windows-server-2016/</link>
    <description>Recent content in Windows Server 2016 on gal.vin</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Tue, 25 Jul 2017 20:11:33 +0000</lastBuildDate>
    <sy:updatePeriod>daily</sy:updatePeriod>
    
        <atom:link href="https://gal.vin/tags/windows-server-2016/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Building a Windows Server 2016 Reference Image with Microsoft Deployment Toolkit</title>
        <link>https://gal.vin/posts/old/building-windows-server-2016-reference-image-walkthrough/</link>
        <pubDate>Tue, 25 Jul 2017 20:11:33 +0000</pubDate>
        
        <atom:modified>Tue, 25 Jul 2017 20:11:33 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/building-windows-server-2016-reference-image-walkthrough/</guid>
        <description>In a previous post I walked through how to install MDT, it&amp;rsquo;s dependencies, and how to create a reference image to deploy. In this post I&amp;rsquo;ll be doing the same thing but centred around building a Windows Server 2016 image using a Hyper-V virtual machine.
Installing &amp;amp; Configuring Microsoft Deployment Toolkit and Dependencies.
We&amp;rsquo;ll be using Microsoft Deployment Toolkit (MDT) version 8443, which (at the time of writing: 24/07/2017) is the most recent release and fully supports Windows Server 2016.</description>
        <content:encoded>&lt;p&gt;In a &lt;a href=&#34;https://gal.vin/posts/old/building-windows-10-1703-reference-image-walkthrough/&#34;&gt;previous post&lt;/a&gt; I walked through how to install MDT, it&amp;rsquo;s dependencies, and how to create a reference image to deploy. In this post I&amp;rsquo;ll be doing the same thing but centred around building a Windows Server 2016 image using a Hyper-V virtual machine.&lt;/p&gt;
&lt;p&gt;Installing &amp;amp; Configuring Microsoft Deployment Toolkit and Dependencies.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ll be using Microsoft Deployment Toolkit (MDT) version 8443, which (at the time of writing: 24/07/2017) is the most recent release and fully supports Windows Server 2016. Here are the links the software we&amp;rsquo;ll be using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://go.microsoft.com/fwlink/p/?LinkId=845542&#34;&gt;Windows 10 1703 Assessment and Deployment Kit (ADK)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.microsoft.com/en-us/download/details.aspx?id=54259&#34;&gt;Microsoft Deployment Toolkit (8443)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Server 2016.iso (&lt;a href=&#34;https://www.microsoft.com/Licensing/servicecenter/default.aspx&#34;&gt;Volume Licensing Service Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The latest &lt;a href=&#34;https://www.catalog.update.microsoft.com/Search.aspx?q=KB4048953&#34;&gt;Cumulative Update for Windows Server 2016&lt;/a&gt; - as of 13/03/2018 this is KB4088787, released March 13th 2018 bringing Windows Server 2016 to OS Build 14393.2125. &lt;a href=&#34;https://support.microsoft.com/en-gb/help/4088787&#34;&gt;More information is available here&lt;/a&gt;. Please note: Don&amp;rsquo;t download the Delta Update.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;First we&amp;rsquo;ll install the Windows 10 1703 ADK which works with Windows Server 2016. The setup will need to download additional files so it may take some time depending on your internet connection.&lt;/p&gt;
&lt;p&gt;IMPORTANT NOTE: If you have SecureBoot enabled, you&amp;rsquo;ll get a “Program Compatibility Assistant” dialog displayed and after installation, WIMs will fail to mount and unmount. &lt;a href=&#34;https://social.msdn.microsoft.com/Forums/en-US/1fa43cc7-a82d-4dd3-8d28-f76fe2d7593e/hardware-development-kits-for-windows-10-version-1703-april-2017&#34;&gt;This is a known issue&lt;/a&gt; and &lt;a href=&#34;https://docs.microsoft.com/en-gb/archive/blogs/mniehaus/quick-workaround-for-adk-1703-issue&#34;&gt;there is a workaround.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the Select the features you want to install screen select:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deployment Tools&lt;/li&gt;
&lt;li&gt;Windows Preinstallation Environment (Windows PE)&lt;/li&gt;
&lt;li&gt;Imaging And Configuration Designer (ICD)&lt;/li&gt;
&lt;li&gt;Configuration Designer&lt;/li&gt;
&lt;li&gt;User State Migration Tool (USMT)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now install MDT by running the setup file downloaded earlier, there is no specific configuration during the install wizard. After it&amp;rsquo;s installed we need to create the Deployment Share.&lt;/p&gt;
&lt;h3 id=&#34;create-the-deployment-share&#34;&gt;Create the Deployment Share&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open the Deployment Workbench from the Start Menu.&lt;/li&gt;
&lt;li&gt;Right click on Deployment Shares.&lt;/li&gt;
&lt;li&gt;Select New Deployment Share.&lt;/li&gt;
&lt;li&gt;Enter the path for the Deployment Share: E:\BuildShare.&lt;/li&gt;
&lt;li&gt;Enter the Share name: BuildShare$.&lt;/li&gt;
&lt;li&gt;Give the share a descriptive name.&lt;/li&gt;
&lt;li&gt;On the Options screen, accept the defaults as you can change them later.&lt;/li&gt;
&lt;li&gt;Complete the wizard to create the share.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We now need to add an Operating System to work with.&lt;/p&gt;
&lt;h3 id=&#34;add-an-operating-system&#34;&gt;Add an Operating System&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Mount the Windows Server 2016.iso in File Explorer.&lt;/li&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Operating Systems.&lt;/li&gt;
&lt;li&gt;Right click and select Import Operating System.&lt;/li&gt;
&lt;li&gt;In the wizard, select Full set of source files and then enter the root of the mounted .iso as the Source directory.&lt;/li&gt;
&lt;li&gt;For the destination directory name enter Windows Server 2016 and complete the wizard.&lt;/li&gt;
&lt;li&gt;Go to the Operating Systems node again and you should have four new entries, for each edition of Windows Server 2016. Rename them to: Windows Server 2016 Standard, Standard Core, Datacenter, and Datacenter Core.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Next we&amp;rsquo;ll be adding the latest Cumulative Update for Windows Server 2016 downloaded earlier, to do this we&amp;rsquo;ll be adding it to the Packages section of MDT. The reason we do this is so the CU will be installed with the Operating System, rather than relying on WSUS or Windows Updates to download and install it and in this case the initial release of Windows Server 2016 has a &lt;a href=&#34;https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/&#34;&gt;nasty bug&lt;/a&gt; which prevents it from receiving updates via WSUS, so installing the latest CU will fix this problem before it happens. Another advantage of doing it this way is the entire Task Sequence will be faster and Windows will be up to date when it is installed.&lt;/p&gt;
&lt;h3 id=&#34;importing-packages&#34;&gt;Importing Packages&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Packages.&lt;/li&gt;
&lt;li&gt;Create a folder named Windows Server 2016.&lt;/li&gt;
&lt;li&gt;Right click on the folder and select Import OS Packages and go through the wizard to add the package. The downloaded update .msu file must be in a folder by itself.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we create a selection profile so that the Task Sequence only attempts to install the update for Windows Server 2016.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-selection-profile&#34;&gt;Creating A Selection Profile&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Expand the Advanced Configuration node.&lt;/li&gt;
&lt;li&gt;Right click on Selection Profiles and select New Selection Profile.&lt;/li&gt;
&lt;li&gt;Name it Windows Server 2016.&lt;/li&gt;
&lt;li&gt;On the Folders page, tick the Windows Server 2016folder under Packages and complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We need to now create the Task Sequence that will create our reference image of Windows Server 2016. In this example, we&amp;rsquo;ll create a Task Sequence to build an image of a Standard Edition of Windows Server 2016. To create one for the other editions, repeat the steps and choose the other editions when choosing the Operating System.&lt;/p&gt;
&lt;h3 id=&#34;create-a-task-sequence&#34;&gt;Create a Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, go to Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click and select New Task Sequence.&lt;/li&gt;
&lt;li&gt;For the ID enter: WS16-S.&lt;/li&gt;
&lt;li&gt;Name it Build Windows Server 2016 Standard.&lt;/li&gt;
&lt;li&gt;Select Standard Server Task Sequence.&lt;/li&gt;
&lt;li&gt;Select the Operating System Windows Server 2016 Standard.&lt;/li&gt;
&lt;li&gt;Do not specify a product key at this time.&lt;/li&gt;
&lt;li&gt;Enter an Organization name.&lt;/li&gt;
&lt;li&gt;Do not specify an Administrator password at this time.&lt;/li&gt;
&lt;li&gt;Complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we&amp;rsquo;ll configure the Task Sequence.&lt;/p&gt;
&lt;h3 id=&#34;configure-the-task-sequence&#34;&gt;Configure the Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Right click on the Task Sequence just created and select Properties.&lt;/li&gt;
&lt;li&gt;Go to the Task Sequence tab on the Properties window of the Task Sequence.&lt;/li&gt;
&lt;li&gt;Expand the Preinstall folder, and select the Apply Patches item.&lt;/li&gt;
&lt;li&gt;Change the Selection Profile to Windows Server 2016.&lt;/li&gt;
&lt;li&gt;Go to the State Restore folder and select Windows Update (Pre-Application Installation).&lt;/li&gt;
&lt;li&gt;On the right side of the Properties window, go to the Options tab.&lt;/li&gt;
&lt;li&gt;Uncheck the Disable this step tick box and do the same with Windows Update (Post-Application Installation).&lt;/li&gt;
&lt;li&gt;Go to the Install Applications item.&lt;/li&gt;
&lt;li&gt;In the right side of the Properties box, click the Options tab and then click the Disable this step tick box.&lt;/li&gt;
&lt;li&gt;Click Apply and close the Task Sequence.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Next we&amp;rsquo;ll create a domain user account for MDT.&lt;/p&gt;
&lt;h3 id=&#34;create-an-active-directory-user-for-mdt&#34;&gt;Create an Active Directory User for MDT&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Active Directory Users and Computers.&lt;/li&gt;
&lt;li&gt;Create a user called mdt_admin.&lt;/li&gt;
&lt;li&gt;On WDS01 (where the deployment share is hosted), give mdt_admin Full Control share permissions and Full Control permissions to all the files and folders under the deployment share.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we&amp;rsquo;ll configure the Bootstrap.ini and the Rules.ini files to control certain aspect of the deployment environment. The settings below enable auto log in and skip the welcome screen, so these should only be used for lab/closed environments.&lt;/p&gt;
&lt;h3 id=&#34;configure-bootstrapini&#34;&gt;Configure Bootstrap.ini&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click the Deployment Share and select Properties.&lt;/li&gt;
&lt;li&gt;Select the Rules tab and click the Edit Bootstrap.ini button.&lt;/li&gt;
&lt;li&gt;Add the settings below to the Bootstrap.ini.&lt;/li&gt;
&lt;li&gt;Close and Save the Bootstrap.ini&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[Settings]
Priority=Default

[Default]
DeployRoot=\\SERVER-NAME\Build$
UserDomain=contoso.com
UserID=mdt_admin
UserPassword=p@ssw0rd
SkipBDDWelcome=YES
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;configure-rulesini&#34;&gt;Configure Rules.ini&lt;/h3&gt;
&lt;p&gt;On the Rules tab of the Deployment Share properties window, add the settings below. A lot of the settings are specific to my demo environment such as my location in the world. The [Virtual Machine] section near the top is one example of how to manage drivers and auto fill computer names for when deploying images based on the model reported by Windows. I&amp;rsquo;ll cover this in more detail a future post.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
SkipLocaleSelection=YES
SkipTimeZone=YES
SkipDomainMembership=YES
SkipSummary=YES
SkipFinalSummary=YES
SkipComputerName=YES
SkipUserData=YES

_SMSTSORGNAME=Build Share
_SMSTSPackageName=%TaskSequenceName%
DoCapture=YES
ComputerBackupLocation=\\SERVER-NAME\Build$\Captures
BackupFile=%TaskSequenceID%_#year(date) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; month(date) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; day(date) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; hour(time) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; minute(time)#.wim
WSUSServer=http://WSUS-SERVER-NAME:8530
FinishAction=SHUTDOWN
SLShare=\\SERVER-NAME\Build$\Logs
EventService=http://SERVER-NAME:9800
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Now it&amp;rsquo;s time to create the boot media to boot into the deployment environment.&lt;/p&gt;
&lt;h3 id=&#34;creating-the-boot-media&#34;&gt;Creating The Boot Media&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click on the Deployment Share.&lt;/li&gt;
&lt;li&gt;Select Update Deployment Share.&lt;/li&gt;
&lt;li&gt;Select Completely regenerate the boot images.&lt;/li&gt;
&lt;li&gt;Complete the wizard. It will take some time to create the boot images.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;testing-the-boot-media&#34;&gt;Testing The Boot Media&lt;/h3&gt;
&lt;p&gt;To test the boot media, copy the LiteTouchPE_x64.iso from \\SERVERNAME\BuildShare$\Boot to a location where a Hyper-V Virtual Machine will be able to access it. Create a new VM in Hyper-V and configure it as such:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Gen1&lt;/li&gt;
&lt;li&gt;2x vCPUs&lt;/li&gt;
&lt;li&gt;4GB of RAM&lt;/li&gt;
&lt;li&gt;NIC with access the MDT server and WSUS server.&lt;/li&gt;
&lt;li&gt;Virtual Hard Drive of at least 80GB, preferably on an SSD.&lt;/li&gt;
&lt;li&gt;Boot from DVD Drive using the LiteTouchPE_x64.iso from MDT.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Start the VM and it should boot from the LiteTouchPE_x64.iso into the deployment environment. You should be presented with a wizard and the name of the Task Sequence you created earlier. Select it and click Next. The Task Sequence will now run, install Windows Server 2016 Standard Edition with the Cumulative Update included, update from the WSUS server, run SysPrep and the reboot back into the MDT environment and capture the image. When this process completes the VM will be shutdown and a file named WS16-S_YEAR_MONTH_DAY_HOUR_MINUTE.wim will be in \\SERVERNAME\BuildShare$\Captures. You now have a functioning Microsoft Deployment Toolkit server, with a Deployment Share specifically configured for building reference images, and a Task Sequence to build and capture a Windows Server 2016 Standard Edition reference image.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Server 2016</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Stuck Windows Updates From Windows Server Update Services (WSUS) On Windows 10 1607/Windows Server 2016</title>
        <link>https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/</link>
        <pubDate>Tue, 08 Nov 2016 19:53:50 +0000</pubDate>
        
        <atom:modified>Tue, 08 Nov 2016 19:53:50 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/</guid>
        <description>If you&amp;rsquo;ve installed a fresh install of Windows 10 1607/Windows Server 2016 recently, you may have experienced a problem when it tries to download and install updates from your local WSUS server - specifically, it doesn&amp;rsquo;t, it gets stuck. You&amp;rsquo;ve tired rebooting, stopping the BITS and WU services, deleting %systemroot%\SoftwareDistribution but nothing seems to work. Both Windows 10 1607 and Windows Server 2016 require a cumulative update that fixes this specific issue.</description>
        <content:encoded>&lt;p&gt;If you&amp;rsquo;ve installed a fresh install of Windows 10 1607/Windows Server 2016 recently, you may have experienced a problem when it tries to download and install updates from your local WSUS server - specifically, it doesn&amp;rsquo;t, it gets stuck. You&amp;rsquo;ve tired rebooting, stopping the BITS and WU services, deleting &lt;code&gt;%systemroot%\SoftwareDistribution&lt;/code&gt; but nothing seems to work. Both Windows 10 1607 and Windows Server 2016 require a cumulative update that fixes this specific issue. You can of course just download the update off Microsoft&amp;rsquo;s WU servers but if you&amp;rsquo;re using MDT then you can download the update separately, and add it to MDT to push out during the install phase of the Task Sequence. You can use any Windows 10/Windows Server 2016 Cumulative Update released for Windows 10 1607, the more recent the better.&lt;/p&gt;
&lt;p&gt;Update 16/10/2017: If you&amp;rsquo;re experiencing stuck updates (or incredibly slow during a Task Sequence) with Windows Server 2016 but not Windows 10 1607 and they are both serviced by the same WSUS server, the cause may be due to Express Updates being enabled.&lt;/p&gt;
&lt;p&gt;Update 25/04/2017: The previous CU I listed here is now gone from the Update Catalog. Here is the most recent one I&amp;rsquo;ve tested: &lt;a href=&#34;https://www.catalog.update.microsoft.com/Search.aspx?q=kb4015217&#34;&gt;https://www.catalog.update.microsoft.com/Search.aspx?q=kb4015217&lt;/a&gt;. As before the CU is for both Windows 10 1607 and Windows Server 2016 so you don&amp;rsquo;t need to download both versions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;KB4015217 info from Microsoft - &lt;a href=&#34;https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217&#34;&gt;https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Original Post To build it into your MDT install sequence, download the update from the Microsoft Update Catalog and follow the steps below. Please note that the update for Windows 10 x64 and Windows Server 2016 is the same - you only need to download one of them.&lt;/p&gt;
&lt;h3 id=&#34;import-the-update&#34;&gt;Import The Update&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench and create two new folders under the Packages node, one for Windows 10 1607 x64 and one for Windows Server 2016.&lt;/li&gt;
&lt;li&gt;Right click on the Windows 10 1607 x64 folder you just created and select Import OS Packages.&lt;/li&gt;
&lt;li&gt;Browse to the location of the update (you will need to put it in a folder by itself) and click Next through the wizard and wait for the Update to be imported.&lt;/li&gt;
&lt;li&gt;As this update is the same for both Windows 10 1607 x64 and for Windows Server 2016, you can right click on the imported package and paste it into the Windows Server 2016 folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;create-a--selection-profile&#34;&gt;Create A  Selection Profile&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, go to the Advanced Configuration node and expand it, then go to the Selection Profiles.&lt;/li&gt;
&lt;li&gt;Right click and create a new Selection Profile. Name it Windows 10 1607 x64, tick the Windows 10 1607 x64 folder under Packages and click Next through the rest of the wizard.&lt;/li&gt;
&lt;li&gt;Repeat the steps above for a Windows Server 2016 Selection Profile choosing the Windows Server 2016 folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;enable-the-selection-profile-in-a-task-sequence&#34;&gt;Enable The Selection Profile In A Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Create a Standard Task Sequence to install Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Right click on the Task Sequence, go to Properties, go to the Task Sequence tab.&lt;/li&gt;
&lt;li&gt;Expand the Preinstall node, and select the Apply Patches item. In the Properties tab on the right, under Selection profile, change it to Windows 10 1607 x64.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/mdt-ts-selection-profile.webp&#34; alt=&#34;Task Sequence Selection Profile&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The Task Sequence will now deploy Windows 10 1607 x64 and install the Cumulative Update as part of the build.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Windows Server 2016</category>
            
          
            
              <category>WSUS</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>