Administrator Guide

Phase 2: Importing captured OS image (WIM le) into
Conguration Manager server
1 Import the captured OS image. (See www.technet.microsoft.com/en-us/library/hh397283.aspx).
2 Distribute the content to the Distribution point. (See www.technet.microsoft.com/en-us/library/gg712694.aspx).
Phase 3: Deploying OS image to destination client
using Operating Systems Deployment (OSD) task
sequence
NOTE:
1 This section assumes that the destination thin client is already associated with (discovered by) the Conguration Manager
Server.
2 Be sure that the boot order in the BIOS is HDD followed by PXE LAN.
1 Create a Conguration Manager Client Agent Software Package from Denition
a Create Conguration Manager Client Package from Denition, see www.technet.microsoft.com/en-in/library/gg682112.aspx.
b Distribute the content to the Distribution point, see www.technet.microsoft.com/en-us/library/gg712694.aspx.
2 Create a Software Package for Unattended installation
This package creation is required to bypass the product key, other windows installation screens from asking user inputs and
automatically logon as a local user called Admin after image deployment and to proceed with further Dell Wyse scripts to run and make
the thin client ready for use.
a Copy C:\windows\setup\sysprep.xml (For 32–bit Only), C:\windows\setup\sysprep_64.xml (For 64–bit Only), and C:\windows
\setup\tools\sysprep_64.xml (for 64–bit GPT only) le (which is present on the Dell Wyse thin client) to \\SCCM-server\share-
folder (which is on the Conguration Manager server). This xml le must be accessible by the Conguration Manager server and
all WES7 (32–bit
and 64–bit) systems.
b Create Package for sysprep.xml / sysprep_64.xml le, see www.technet.microsoft.com/en-us/library/gg682112.aspx for creating
package.
c Distribute the content to the Distribution point, see www.technet.microsoft.com/en-us/library/gg712694.aspx.
3 Create a Software Package and Program that Disable the write Filter
a Copy C:\windows\setup\Disable-FBWF.vbs le (which is present on the Dell Wyse thin client) to \\SCCM-server\share-folder
(which is on the Conguration Manager server). This le must be accessible by the Conguration Manager server and all WES7
(32–bit and 64–bit) systems.
NOTE
:
This script should be able to run at the client side without any prompt. The Disable-FBWF.vbs script should
restart the client within 45 seconds. After client restart, the write-lter will be disabled.
If Disable-FBWF.vbs le is not available, then create the le using Notepad with the following contents:
' This script is to disable the File based Write Filter
' Create Shell objects
dim filesys, path
Set filesys = CreateObject("Scripting.FileSystemObject")
Set WshShell = WScript.CreateObject("WScript.Shell")
path = filesys.GetAbsolutePathName("C:\WINDOWS\System32\fbwfmgr.exe")
' Disable FBWF
WshShell.Run "C:\WINDOWS\system32\fbwfmgr.exe /disable"
' Restart client in 45 seconds
WshShell.Run "C:\WINDOWS\system32\shutdown -r -t 45"
Save the le as Disable-FBWF.vbs.
b Create a package and program for Disable-FBWF.vbs, see www.technet.microsoft.com/en-us/library/gg682112.aspx.
Imaging Wyse thin clients with
Conguration Manager 11