<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows-Assessment-and-Deployment-Kit on Anything About IT</title><link>https://www.verboon.info/tags/windows-assessment-and-deployment-kit/</link><description>Recent content in Windows-Assessment-and-Deployment-Kit on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 07 Feb 2017 16:22:42 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/windows-assessment-and-deployment-kit/index.xml" rel="self" type="application/rss+xml"/><item><title>Download and Install the Windows Assessment and Deployment Kit with PowerShell</title><link>https://www.verboon.info/2017/02/download-and-install-the-windows-assessment-and-deployment-kit-with-powershell/</link><pubDate>Tue, 07 Feb 2017 16:22:42 +0000</pubDate><guid>https://www.verboon.info/2017/02/download-and-install-the-windows-assessment-and-deployment-kit-with-powershell/</guid><description>&lt;p&gt;Back in June 2012 I posted the &lt;a href="https://www.verboon.info/2012/06/automated-download-and-installation-for-the-windows-assessment-and-deployment-kit-adk/"&gt;Automated download and Installation for the Windows Assessment and Deployment kit&lt;/a&gt; article. Not a lot has changed since then,i.e. you still need to first download the sources before you can install them. Nevertheless since using batch scripts isn’t really state of the art anymore these days,I decided to rewrite the script in PowerShell.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Downlload source from &lt;a href="https://github.com/alexverboon/posh/blob/master/Windows10/ADKSetup/Setup-ADK.ps1"&gt;GitHub&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Automated Download and Installation for the Windows Assessment and Deployment Kit (ADK)</title><link>https://www.verboon.info/2012/06/automated-download-and-installation-for-the-windows-assessment-and-deployment-kit-adk/</link><pubDate>Sat, 02 Jun 2012 17:13:55 +0000</pubDate><guid>https://www.verboon.info/2012/06/automated-download-and-installation-for-the-windows-assessment-and-deployment-kit-adk/</guid><description>&lt;p&gt;Since I am going install the ADK on several clients and servers, I decided to automate that process based on the information found in the MSDN article &lt;a href="http://msdn.microsoft.com/en-us/library/hh825494.aspx"&gt;Installing the Windows ADK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because downloading all the ADK sources from the Microsoft web can take a while, the first task is to only download them and save the locally.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create a folder on your local drive, let’s say C:\DATA\ADKSETUP&lt;/li&gt;
&lt;li&gt;Then download the ADKSETUP.EXE from the Microsoft download page &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29929"&gt;here&lt;/a&gt; and store it into C:\DATA\ADKSETUP (Note that this link will change once the RTM version is released).&lt;/li&gt;
&lt;li&gt;Create a batch file called ADK_Download.cmd that has the following content:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;@ ECHO OFF &lt;br&gt;
cd %~dp0 
adksetup.exe /quiet /installpath %~dp0  /layout %~dp0 &lt;br&gt;
Pause&lt;/p&gt;</description></item></channel></rss>