Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Vista

Deploying with Windows DS : Configuring Windows DS & Preparing Discover Images

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
2/27/2012 4:39:19 PM

Configuring Windows DS

Once Windows DS is installed, you will need to add the server to the management console and then configure it. Windows DS automatically adds the local computer to the console. If you want to add a remote server, you must add it.

To add a server to Windows DS

1.
Open the Windows DS management console by selecting Windows Deployment Services from Administrative Tools.

2.
Rightclick Servers in the Windows DS console tree, and then click Add Server.

3.
In the Add Server dialog box, choose a computer to add to the console. The server will be added and will now need to be configured.

To initially prepare the Windows DS server

1.
In the Windows DS console tree, right-click the server and click Configure Server.

2.
On the Windows Deployment Services Configuration Wizard welcome page, make sure that your environment meets the requirements and then click Next.

3.
Enter a path for the image store, and then click Next. The folder should be on a partition other than the partition containing the system files. If you choose to create the image store on the system drive, a warning message will appear. Click Yes to continue or click No to choose a new installation location (recommended).

4.
Set a PXE Server initial settings policy and then click Finish to complete configuration.

5.
On the Windows Deployment Services Configuration Complete page, you can add images to the server (default) or clear Add Images To The Windows Deployment Services Server Now if you want to add images at another time. 

Preparing Discover Images

For client computers that do not support PXE booting, you can create boot disks using a DVD, a hard disk, or a UFD. You can create these disks by using the Windows DS administration tools or the Windows PE administration tools from the Windows AIK. The process begins by creating a Windows PE boot image using the Windows DS console or Wdsutil. Once this image is created, a bootable disk is made using Oscdimg from the Windows AIK.

To create a discover image using the management console

1.
In the Windows DS management console, click Boot Images. Boot Images is under Servers, server name, where server name is the name of the Windows DS server.

2.
Right-click a boot image that you previously added to Windows DS to use as a discover image and then click Create Discover Boot Image.

3.
On the Discover Image Metadata page, type a name and description for the discover image. Then choose the location in which to create the image, and the Windows DS server to respond to it. Click Next.


4.
Click Finish.

To create a discover image using Wdsutil

1.
Run the following command using elevated credentials:

Wdsutil /new-discoverimage /image:boot_image/architecture:architecture /destinationimage /filepath:discover_image


Boot_image
is the name of the boot image you want to use to create the discover image (not the file name), and discover_image is the file path and file name of the new Windows PE boot image. Architecture is either x86 or x64.

To create a bootable DVD using the discover image

1.
To create a Windows PE build environment, open a command prompt and run the following commands:

md c:\Winpe\Boot


md c:\Winpe\Sources


2.
Copy the discover image created in the previous procedures to the Sources folder of the build environment:

copy d:\sources\boot.wim c:\Winpe\Sources


3.
Copy boot files from the Windows AIK, where architecture is the processor architecture for the computer being used (either x86 or x64):

xcopy c:\Program Files\Windows AIK\tools\architecture\boot c:\WinPE\boot


4.
Run the following command in the folder C:\Program files\Windows AIK\tools\architecture, where architecture is x86 or x64:

oscdimg -n -bc:\winpe\boot\etfsboot.com c:\winpe c:\winpe.iso


5.
Burn the .iso file winpe.iso to a DVD by using a third-party DVD mastering program.

Other -----------------
- Deploying with Windows DS : Installing Windows DS
- Creat a Windows Home Server (part 3) - Configure the Backup Settings & Configure the Windows Home Server Settings
- Creat a Windows Home Server (part 2) - Configure Windows Home Server Settings & Manage Windows Home Server
- Creat a Windows Home Server (part 1) - Run Windows Home Server Setup & Troubleshoot
- Deploying with Windows DS : Planning for Windows DS
- Deploying with Windows DS : Introducing Windows DS - Service Architecture & Operating Modes
- Using the Microsoft Deployment Toolkit 2008 : Imaging with MDT (part 3)
- Using the Microsoft Deployment Toolkit 2008 : Imaging with MDT (part 2) - Preparing a reference computer
- Using the Microsoft Deployment Toolkit 2008 : Imaging with MDT (part 1)
- Using the Microsoft Deployment Toolkit 2008 : Installing and Configuring MDT
 
 
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
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server