Questions tagged [wds]

Windows Deployment Services. A technology from Microsoft for network-based installation of Windows operating systems based on PXE.

Windows Deployment Services is a technology from Microsoft for network-based installation of Windows operating systems. It is the successor to Remote Installation Services. WDS is intended to be used for remotely deploying Windows Vista, Windows 7 and Windows Server 2008, but also supports other operating systems because unlike its predecessor RIS, which was a method of automating the installation process, WDS uses disk imaging, in particular the Windows Imaging Format (WIM). WDS is included as a Server Role in all 32-bit and 64-bit versions of Windows Server 2008, Server 2008 R2, Server 2012 and is included as an optionally installable component with Windows Server 2003 Service Pack 2.

http://en.wikipedia.org/wiki/Windows_Deployment_Services

344 questions
1
vote
2 answers

Using a Cisco ASA 5505 to forward PXE (WDS) Requests

I have a Cisco ASA 5505 that uses around 5 NICS for different networks. Currently I'm using my ASA to route traffic as it's the only Cisco device I have capable of the small amount of routing required by my network. Keeping things separate I use 5…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
1 answer

MDT 2012 and PXE BOOT

A couple of years ago I configured my primary domain controller with WDS (not MDT) and would capture and push images from and to clients. Well now I have to do it again (less than 20 workstations) and decided to use MDT 2012 instead since I heard…
ItsPronounced
  • 634
  • 4
  • 18
  • 40
1
vote
2 answers

Interaction of IPSec and WinPE in MDT 2010 sequence

I'm in the process of enabling IPSec and Windows Advanced Firewall within my organization. We are also using MDT 2010 for OS deployment. This is the first time I've tried a new sysprep and capture process and I'm getting timeouts. More…
Tim Brigham
  • 15,545
  • 10
  • 75
  • 115
1
vote
2 answers

MDT: oob drivers not being injected

I'm trying to use MDT and WDS to image a machine. I've got the image of the reference cpu via a vmware machine. I tried running LiteTouch via PXE on the target machine. It gives me an error: A connection to the deployment share…
stormdrain
  • 1,439
  • 7
  • 28
  • 52
1
vote
3 answers

WDS Service Won't Start

Server 2008 R2 When attempting to start the WDS service we're getting the following error: Windows could not start the Windows Deployment Services Server on Local Computer. For more information review the System Event Log. If this is a non-Microsoft…
Bart
  • 108
  • 1
  • 8
1
vote
1 answer

Do I need to add WDS Driver Packages to an install image?

Do I need to add my driver packages to my Windows 7 install image in order for them to get deployed when using that install image? I can't seem to understand if this is necessary based on the documentation. The documentation sort of makes it sound…
Jeff
  • 146
  • 1
  • 3
  • 12
1
vote
1 answer

One WDS server, multiple subnets

Goal: Be able to deploy Windows through WDS to different subnets (in different geographic locations) using only one WDS server located within the 'main' subnet (where I am). Info: Each subnet is a different office, with 5+ offices across a few…
unLeaded
  • 23
  • 5
1
vote
1 answer

Delete a windows service from offline wim?

I have WIM files in Windows Deployment Services with various images for computers. Unfortunately, I'm not using MDT or system center or anything automated to create these images - just installed on a computer, customized, syspreped and captured an…
Grant
  • 17,859
  • 14
  • 72
  • 103
1
vote
2 answers

SCCM 2012 - PXE-M0F - abortpxe.com with unknown computers failing

I have one SCCM 2012 server not correctly responding to PXE requests for unknown computers. The server has PXE boot support enabled, enabled unknown computer support, boot images available with OS deployments available and targeted at unknown…
Ben Bowman
  • 113
  • 2
  • 3
  • 13
1
vote
1 answer

starting wds error 1297

I am installing WDS as part of an MCITP course. standalone WDS acting as Domain controller and DHCP/DNS. WDS is conigured but I cannot start the service, I am getting error 1297. I have tried Setting Log on as account to my Domain Administrator…
Ninja2k
  • 179
  • 1
  • 2
  • 9
1
vote
2 answers

Abort MDT 2012 task sequence and deployment if pre-requisites are not met

For an automated deployment of Windows 7 created using MDT 2012, we would like the installation to abort if certain required pre-requisite conditions are not met. For example, the computer receiving the deployment must have a specific group…
Shannon Wagner
  • 385
  • 3
  • 5
  • 20
1
vote
2 answers

Server 2012 Autounattend.xml - make offline drives online?

I'm attempting to set up multiple drive letters (whole disk partitions) on a second and third disk during the autounattend.xml install of Server 2012. The partitions are created and formatted. However, the drives (disks 1 & 2) are marked as…
natefox
  • 33
  • 1
  • 5
1
vote
1 answer

When building a catalog file against a image file in WAIK does it need to be the image you intend to deploy?

When building a catalog file against a image file in WAIK, does it need to be the image you intend to deploy? I have a unattend.xml answer file created in SIM, for WDS. I originally had a problem with it asking for locale and credentials for…
user151215
  • 25
  • 5
1
vote
1 answer

Windows 2012 - WDS unattend Partition

I'm trying to install Windows 2012 via Windows 2012 WDS. The installer displays the following error message: the partition selected for the installation (1) does not exist on disk 0. Make sure the unattend answer file's imageselection \installimage…
joe
  • 55
  • 2
  • 5
1
vote
1 answer

WDS deployed image of Windows 7 not joining domain

I would like for someone to chip in and take a look at these files and let me know if I'm doing something wrong. I'm running a test environment with Win2k8 R2 with WDS, AD DS, DNS and DHCP in VirtualBox plus a testing client W/S in VirtualBox and an…