Very useful for testing whether a deployment to a machine will have the desired results without having to rebuild the machine.
Use Expand on Microsoft Update Stanalone Packages (MSU) not Extract KB
Step 1: Create a folder that is named C:\Vista Hotfix, and then save the MSU files into the folder.
Step 2: Create a sub folder called c:\Vista Hotfix\expanded
Step 3: At a command prompt, type the following commands. Press ENTER after each command
c:\
cd c:\Vista HotFix
Step 4: expand -F:* *.msu expanded
Step 5: Using BDD Workbench select New in OS Packages and provide the C:\Vista HotFix folder
WDS can be fully automated for domain join
It uses the unattend.xml format – however, there are some key points here.
WDS uses two unattend files – one for the WinPE phase of setup (the WDS client unattend) and one for the setup stages that occur in Vista (specialize, OOBE, etc). You should create both of these with WSIM. Then use the server to select the first (through MMC -> Server Properties -> Client) and assign the second to the Vista image.
You can specify a .n12 boot program for unknown clients (i.e. clients whose GUID and MAC address do not match a netbootGUID in AD). This enables the machines to network boot without requiring an F12 key press.