IT tutorials
 
Windows
 

Windows Server 2008 : Using Windows Deployment Services - Configuring the WDS Role, Adding Boot Images to WDS with wdsutil, Creating Image Groups Using wdsutil

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
1/14/2013 10:54:21 AM

1. Configuring the WDS Role

After installing WDS, you can configure it with the following steps.

StepAction
1.Start Windows Deployment Services from the Administrative Tools menu.
2.Expand Servers. Right-click over your server and select Configure Server.
3.Review the information on the Welcome page and click Next.
4.On the Remote Installation Folder Location, accept the default of C:\RemoteInstall or select another location. Click Next.

Note

Microsoft recommends using a different volume than the system volume so if you choose a system volume, you get a warning. However, it still works. If the warning appears, click Yes to continue.

5.Accept the default of Do Not Respond to Any Client Computer and click Finish.
6.Deselect the checkbox to Add Images to the Windows Deployment Server Now, and click Finish.

2. Adding Boot Images to WDS with wdsutil

The following table shows a command you can use to add a boot image to WDS.

Note

Boot images boot a system into the Windows preinstallation environment (WinPE). The user is then able to connect to a WDS server and pick an installation to install on the computer.


Adding a Boot Image with wdsutilComments
Add a boot image.
wdsutil /add-image /
imagefile:image-file-path-and-name
/imagetype:boot [/name:image-name]
[/description:image-description]
C:\>wdsutil /add-image
/imagefile:d:\sources\boot.wim
/imagetype:boot /name:"Server 2008
Boot Image"

You can add boot images with the /add-image switch and the /imagetype:boot switch. The example adds the image and gives it a name of Server 2008 Boot Image as shown in Figure 1.

Figure 1. Adding a boot image to WDS


Creating Image Groups Using wdsutil

You can organize images within image groups on the WDS server. For example, you might have different images created for users in different departments. You can create image groups using the department name, and then add the images to the image group.

Adding an Image Group with wdsutilComments
Add an image group.
wdsutil /add-imagegroup
/imagegroup:image-group-name
C:\>wdsutil /add-imagegroup
/imagegroup:Training

The /add-imagegroup switch adds an image group into the Install Images folder. The example adds an image group named Training.

Note

The image group is created using the exact case you use in the command. If you want it displayed with uppercase letters, you must use uppercase letters here.

 
Others
 
- Windows Server 2008 : Using Windows Deployment Services - Adding the WDS Role
- Windows 8 : Modifying Display Appearance and Video Settings (part 2) - Configuring Video Settings, Troubleshooting Display Problems
- Windows 8 : Modifying Display Appearance and Video Settings (part 1) - Configuring Window Color and Appearance
- Windows 7 : Gadgets and Other Supplied Accessories - Exploring the Other Accessories (part 2)
- Windows 7 : Gadgets and Other Supplied Accessories - Exploring the Other Accessories (part 1)
- Windows 7 : Gadgets and Other Supplied Accessories - Using the Snipping Tool
- Windows 8 : Customizing the Desktop and the User Interface - Screen Saver Dos and Don’ts
- Windows 8 : Customizing the Desktop and the User Interface - Optimizing the Desktop Environment
- Sharing Folders and Files on the Windows Home Server 2011 : Searching the Shared Folders
- Sharing Folders and Files on the Windows Home Server 2011 : Copying Files to a Shared Folder, Publishing a Windows Vista Calendar to the Server
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us