WAIK downloads – Windows Automated Installation Kit links

I was looking for the WAIK download, they were not immediattely available when searching, here are the links.   


WAIK Download
http://www.microsoft.com/downloads/details.aspx?FamilyID=c7d4bc6d-15f3-4284-9123-679830d629f2&DisplayLang=en


WAIK Deployment User Guides
http://www.microsoft.com/downloads/details.aspx?FamilyID=993c567d-f12c-4676-917f-05d9de73ada4&displaylang=en


Cheers,


Steve

Using Virtual PC 2007 to test WDS (Windows Deployment Services) to a blank VPC.

These are my steps of getting a sysprepped image into WDS (Windows Deployment Services).  I used VPC (Virtual PC 2007) to test the concept, so if you are using different hardware that is emulated with VPC, you’ll need to ensure the proper drivers are installed on the reference machine.  I’m assuming you have an existing Windows 2003 or higher AD domain running AD DNS.  Refer to my prior blog for the documentation about WDS provided by MS.  I wanted to share the steps I did to get up and going.  Hope this helps.



  • Create a new VPC with a 16 GB C: drive

  • Capture the Windows Server 2008 ISO inside your new VPC (I’m assuming you downloaded to the machine hosting VPC)

  • Go through the install when you boot the VPC.

  • Log into your new Windows Server 2008 machine, join your VPC to an AD (Active Directory) domain, name the machine LH-WDS

  • Make sure you are logged into the VPC to authorize the DHCP scope and server in AD 

  • Install WDS and DHCP Server on your new VPC.  This has to be done after joining the domain. 

  • I used just a couple of IP’s in the scope

  • Open the WDS tool in Administrative tools

  • Add the Server to the console on the left side

  • Right click on the server and click on Configure.  I take all the defaults except for the two checkboxes on related to DHCP, I check both of them and what type of clients are allowed.  I chose the third option that allows unknown clients to use WDS when PXE is enabled.  I left option that notifies Administrators for approval unchecked.. 

  • Ensure the WDS DNS entry is setup correctly in DNS. (This should be already done while joining the domain.)  I’ve had issues where the service won’t start, it was because of DNS.

  • Start the WDS service

  • Import the Boot.wim and Install.wim from the Windows Server 2008 ISO.  These are in the /sources folder.  This will import the base ‘Boot’ and ‘Install’ image information.

  • Create a capture image using the Windows interface

  • In the Windows Deployment Services MMC snap-in, expand the Boot Images node.

  • Right-click the image to use it as a capture image.

  • Click Create Capture Boot Image. (The boot.wim you just imported, call it sysprepImage.wim)

  • Type a name, description, and the location to save a local copy of the file. You must specify a location in case there is a problem with the network when you deploy the capture image.

  • Continue to follow the instructions in the wizard, and when it is complete, click Finish.

  • Right-click the boot image folder.

  • Click Add Boot Image. (sysprepImage.wim)

  • Browse and select the new capture image, and then click Next.

  • Follow the instructions in the Windows Deployment Services Capture Utility.

  • This should show the sysprepImage.wim listed in the Boot Images folder.

Setup a reference machine and capture the sysprep image



  • Create a new VPC, 10 GB hard drive is what I used.  Remember to setup the 512 MB RAM setting.

  • Capture the Windows Server 2008 ISO again

  • Start the new VPC and walk through a Windows Server 2008 Standard Edition install. This takes 20 – 30 minutes to install depending on your

  • Log into the VPC as Administrator, install VPC client additions.

  • Make any other adjustments you want to the base image, installing things like IIS7, or other components to fit your image.

  • Open the command prompt

  • Go to c:windowssystem32sysprep and type sysprep.exe

  • Select ‘Generalize’ and click OK.  Make sure to leave the ‘Reboot’ option selected.  Use OOBE (Out of Box Experience)

  • Let sysprep do its magic then when it is rebooting, turn the VPC off

  • Turn the VPC back on and hit the DELETE key when it first boots up, this will allow you to change the VPC boot order to PXE (Pre-execution environment).  When the VPC boots up, it’ll query for a PXE server, which WDS will respond.

  • Hit F12 when booting up.

  • Inside the Windows Boot Manager, select the Boot Image (sysprepImage.wim) you imported into WDS.

  • Walk through the steps, make sure when naming it, to have the image stored on the C: drive, I ran into an issue when trying to save it on the X: drive. 

  • The Upload could take a while.  Go have a cup of coffee or 10.

Test the process



  • Create another blank VPC.  10 GB drive and 512 MB of RAM.

  • When the VPC first boots, hit your DELETE key to change the boot order so PXE is listed first in the BIOS boot order.

  • Hit F12

  • Select your install image listed. (sysprepImage)

  • Walk through the steps and the image “should” deploy. 

Cheers!


Steve

WDS (Windows Deployment Services) information

I’ve been testing WDS using Virtual PC to deploy Windows Server 2008 images.  The built-in WDS is looking to be a great addition to Windows Server 2008.  I setup an VPC image of W2k8 running WDS, (1 GB of RAM and big enough drive to store images is a must), I created another drive in my WDS VPC so it would be 16 GB. 


I’m not sure where WDS fits in the deployment strategy when it comes to ADS (Automated Deployment Services).   The documentation says it replaces RIS (Remote Installation Services), time will tell I guess.  For now, this has not taken too long make a nice little product.  Keep up the great work, I’m excited to see what else is around the corner.  From the documenation and kicking the tires, it has the feel of a little powershell under the hood, hmm. ?


‘Step by Step guide
http://technet2.microsoft.com/windowsserver2008/en/library/7d837d88-6d8e-420c-b68f-a5b4baeb52481033.mspx

DOC version of the information above.
http://go.microsoft.com/fwlink/?LinkId=89381


‘This link handles the Transport Server Role.
This guide focuses primarily on the functionality of the complete installation of Windows Deployment Server (Deployment Server role service). For information about how to configure and use the Transport Server role service, see the Transport Server role service 

if(typeof(IsPrinterFriendly) != “undefined”)
{
var l = “/WindowsServer2008/en/library/7d837d88-6d8e-420c-b68f-a5b4baeb52481033.mspx#BKMK_TS”;
var nl;
var c = l.charAt(0);
var o = document.getElementById(“EKD”);
switch (c){
case “/”:
nl=(” [http://” + document.domain + l + “]”);
break
case “#”:
nl=(“”);
break
default:
nl=” [” + l + “]”
}
if(o != null) o.innerHTML = nl;
}

section.


‘You need to do this step before you can capture your Sysprep image. (As I found out)  ? 
Creating images with Windows Deployment Services


‘Discussion board on Setup and Deployment.  This forum does not appear to be too heavily monitored, however there is some good discussion about WDS.  I hope the MS PM or WDS folks pay attention to this forum, people are definitely interested in WDS, from what I can tell.
http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=579&SiteID=17

if(typeof(IsPrinterFriendly) != “undefined”)
{
var l = “/WindowsServer2008/en/library/7d837d88-6d8e-420c-b68f-a5b4baeb52481033.mspx#BKMK_CreatingImagesUsingWDS”;
var nl;
var c = l.charAt(0);
var o = document.getElementById(“EQGAC”);
switch (c){
case “/”:
nl=(” [http://” + document.domain + l + “]”);
break
case “#”:
nl=(“”);
break
default:
nl=” [” + l + “]”
}
if(o != null) o.innerHTML = nl;
}


Enjoy,


Steve

Outlook 2007 performance tips

Are you experiencing POP3 issues with Outlook 2007?  Here is a couple articles you should check out.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;935400

An Outlook update was released that provided significant performance benefits, especially for users with large stores (the download can be found at http://www.microsoft.com/downloads/details.aspx?FamilyID=c262bcfd-1e09-49b6-9003-c4c47539df66&DisplayLang=en).

IIS7 post #40 – Adjusting File upload size in IIS7

How-to increase the IIS7 upload setting.  This was posted on http://forums.iis.net

http://forums.iis.net/thread/1702390.aspx

Here is the syntax.

"You are probably hitting a new limit in request-filtering feature (replacement for url-scan) in IIS7.  Try to set this to see if it helps

appcmd set config "My Site/MyApp" -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600 -commitpath:apphost

the default for this is 30000000 (slightly less than 30MB)"

Thanks to Anil Ruia for posting this tip.
http://forums.iis.net/members/anilr.aspx