IT tutorials
 
Windows
 

Windows Server 2008 : Using Windows Deployment Services - Adding Install Images Using wdsutil, Configuring Server Properties Using wdsutil

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
2/4/2013 11:25:50 AM

1. Adding Install Images Using wdsutil

After you create an image group on the WDS server, you can add images to the group. The following table shows how to identify images within an image file and add images to the image group.

Viewing and Adding Install Images with wdsutilComments
View images in an image file.
wdsutil /get-imagefile
/imagefile:image-file-path-and
-name
C:\>wdsutil /get-imagefile
/imagefile:d:\sources\
install.wim

The /get-imagefile switch enables you to get a listing of images in an image file. You can use this output to add images to a system. In the example, a listing of all the images in the installation DVD install.wim file is retrieved and listed.
Add an install image.
wdsutil /add-image
/imagefile:image-file-path-and
-name /imagetype:install
[/imagegroup:image-group-name]
[/singleimage:image-name-in-
image-file] [/name:image-name-
in-wds]
C:\>wdsutil /add-image
/imagefile:d:\sources\
install.wim /imagetype:
install /imagegroup:training
C:\>wdsutil /add-image
/imagefile:d:\sources\
install.wim /imagetype:install
/imagegroup:training
/singleimage:"windows longhorn
serverstandcore" /name:"Server
2008 Server Core"

You can add install images with the /add-image switch and the /imagetype:install switch.

The first example installs all the images from the install.wim file into the Training image group.

The second example installs only a single image from the install.wim file (identified with the /singleimage switch) and renames it with the /name switch. Figure 1 shows the WDS console with this image added to the Training image group.

Note

The image name 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.


Figure 1. Adding an install image to an install group on WDS

Tip

This section covers some basics with wdsutil and the /add-image switch. To dig deeper, check out the /add-image page on TechNet: http://technet.microsoft.com/library/cc742159.aspx.

2. Configuring Server Properties Using wdsutil

Set 
Configure DHCP option for PXE support.
wdsutil /set-server
/dhcpoption60:yes | no
C:\>wdsutil /dhcpoption60:yes

Specifies whether DHCP option 60 should be configured for preboot execution enabled (PXE) support. The example sets the option to yes.

Tip

If DHCP and Windows Deployment Services are running on the same server, set this option to yes and set the /usedhcpports option to no.

Use DCHP ports.
wdsutil /set-server
/usedhcpports:yes | no
C:\>wdsutil /set-server
/usedhcpports:yes

Specifies whether the WDS server should use the DHCP port, port 67.

If DHCP and Windows Deployment Services are running on the same computer, you should set this option to no to enable the DHCP server to use the port, and set the /DhcpOption60 parameter to yes.

Figure 2 shows these settings in the WDS server properties page.
Name prestaged computers with MAC.
wdsutil /set-server
/prestageusingmac:yes | no
C:\>wdsutil /set-server
/prestageusingmac:yes

This setting specifies whether Windows Deployment Services should use the MAC address rather than the GUID/UUID when creating computer accounts in Active Directory Domain Services (AD DS).
Configure PXE settings.
[/answerclients:{all | known
| none}]
wdsutil /set-server
/answerclients:all | known |
none
C:\>wdsutil /set-server
/answerclients:known

Specifies which clients this server will answer. If you set this value to known, a computer must be prestaged in AD DS before it will be answered by the Windows Deployment Services server. Figure 3 shows these settings in the WDS Server properties page.

Tip

This section covers some basics with wdsutil and the /set-server switch. To dig deeper, check out the / set-server page on TechNet: http://technet.microsoft.com/library/cc816898.aspx.


Figure 2. DHCP settings in WDS server Properties


Figure 3. PXE Response Settings in WDS server Properties

 
Others
 
- Windows 8 : The Start Screen - Tile Groups
- Windows 8 : The Start Screen - Tiles
- Windows Home Server 2011 : Connecting via Remote Desktop Connection
- Windows Home Server 2011 : Configuring a Computer as a Remote Desktop Host
- Using Windows 7 Hardware Troubleshooting Tools : Troubleshooting with Reliability Monitor
- Using Windows 7 Hardware Troubleshooting Tools : Troubleshooting with Device Manager
- Windows 8 : Start Screen
- Windows 8 : The Start Screen - Passwords, Picture Passwords, and PINs
- Windows Small Business Server 2011 : Installing and Managing Printers (part 5) - Using the Fax Service
- Windows Small Business Server 2011 : Installing and Managing Printers (part 4) - Setting Security Options
 
 
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