windows system image manager

Networking/Security Forums -> Exchange 2000 // 2003 // 2007 & Active Directory

Author: BattousaiLocation: Doncaster, UK PostPosted: Wed Dec 15, 2010 2:40 pm    Post subject: windows system image manager
    ----
Hi,

I'm trying to use windows system image manager to create an unattended.xml that will delete and existing partitions on the drive but when booting the machine and selecting PXE boot windows setup fires up and logs in with the credentials supplied but leaves the partition intact... a copy of the .XML is posted below, can anyone see where i am going wrong?


================================================
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<Disk wcm:action="add">
<ModifyPartitions>
<ModifyPartition wcm:action="remove">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>********</Domain>
<Password>********</Password>
<Username>administrator</Username>
</Credentials>
</Login>
</WindowsDeploymentServices>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://WDS-01/reminst/images/windows7/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
================================================

Regards....



Networking/Security Forums -> Exchange 2000 // 2003 // 2007 & Active Directory


output generated using printer-friendly topic mod, All times are GMT + 2 Hours

Page 1 of 1

Powered by phpBB 2.0.x © 2001 phpBB Group