SideEffect 0 Geschrieben 15. Januar 2016 Melden Geschrieben 15. Januar 2016 Hallo Kollegen, habe einen WDS 2012 R2 aufgesetzt und konfiguriert. Habe danach ein Windows 7 installiert, benötigte Software hinzugefügt und das System einem sysprep unterzogen. Das Image wurde auch ordnungsgemäß per Abbildaufzeichnung auf den WDS-Server hochgeladen. Anschließend habe ich eine Antwortdatei erstellt, um die Installation des Images zu automatisieren. Folgende Fehlermeldung erscheint aber bei der Installation: https://picload.org/view/wddaala/img_20160114_101531.jpg.html Hier der Log: https://picload.org/view/wddaall/img_20160114_103329.jpg.html Meine Antwortdatei:<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="windowsPE"><component name="Microsoft-Windows-International-Core-WinPE" 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"><SetupUILanguage><UILanguage>de-DE</UILanguage></SetupUILanguage><InputLocale>1031:00000407</InputLocale><SystemLocale>de-DE</SystemLocale><UILanguage>de-DE</UILanguage><UserLocale>de-DE</UserLocale></component><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"><Diagnostics><OptIn>false</OptIn></Diagnostics><DiskConfiguration><WillShowUI>OnError</WillShowUI><Disk wcm:action="add"><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk><CreatePartitions><CreatePartition wcm:action="add"><Order>1</Order><Type>Primary</Type><Size>100</Size></CreatePartition><CreatePartition wcm:action="add"><Order>2</Order><Type>Primary</Type><Extend>true</Extend></CreatePartition></CreatePartitions><ModifyPartitions><ModifyPartition wcm:action="add"><Format>NTFS</Format><Label>System Reserved</Label><Order>1</Order><Active>true</Active><PartitionID>1</PartitionID><TypeID>0x27</TypeID></ModifyPartition><ModifyPartition wcm:action="add"><Active>true</Active><Format>NTFS</Format><Label>SYSTEM</Label><Letter>C</Letter><Order>2</Order><PartitionID>2</PartitionID></ModifyPartition></ModifyPartitions></Disk></DiskConfiguration><ImageInstall><OSImage><InstallTo><DiskID>0</DiskID><PartitionID>2</PartitionID></InstallTo><WillShowUI>OnError</WillShowUI><InstallToAvailablePartition>false</InstallToAvailablePartition></OSImage></ImageInstall><UserData><AcceptEula>true</AcceptEula><FullName>Test12</FullName><Organization></Organization></UserData><EnableFirewall>false</EnableFirewall></component></settings><settings pass="generalize"><component name="Microsoft-Windows-Security-SPP" 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"><SkipRearm>1</SkipRearm></component></settings><settings pass="specialize"><component name="Microsoft-Windows-Security-SPP-UX" 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"><SkipAutoActivation>true</SkipAutoActivation></component><component name="Microsoft-Windows-Shell-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"><ComputerName></ComputerName><ProductKey>----</ProductKey><TimeZone>W. Europe Standard Time</TimeZone></component><component name="Microsoft-Windows-UnattendedJoin" 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"><Identification><Credentials><Domain>test.testdomain.com</Domain><Password>Test123</Password><Username>Administrator</Username></Credentials><JoinDomain>test.testdomain.com</JoinDomain></Identification></component></settings><settings pass="oobeSystem"><component name="Microsoft-Windows-International-Core" 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"><InputLocale>1031:00000407</InputLocale><UILanguage>de-DE</UILanguage><UserLocale>de-DE</UserLocale></component><component name="Microsoft-Windows-Shell-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"><RegisteredOwner>Test12</RegisteredOwner><OOBE><HideEULAPage>true</HideEULAPage><NetworkLocation>Work</NetworkLocation><ProtectYourPC>1</ProtectYourPC><HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE><SkipMachineOOBE>false</SkipMachineOOBE><SkipUserOOBE>false</SkipUserOOBE></OOBE><DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet><FirstLogonCommands><SynchronousCommand wcm:action="add"><RequiresUserInput>false</RequiresUserInput><Order>1</Order><Description>Disable Auto Updates</Description><CommandLine>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 4 /f</CommandLine></SynchronousCommand><SynchronousCommand wcm:action="add"><Description>Control Panel View</Description><Order>2</Order><CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine><RequiresUserInput>true</RequiresUserInput></SynchronousCommand><SynchronousCommand wcm:action="add"><Order>3</Order><Description>Control Panel Icon Size</Description><RequiresUserInput>false</RequiresUserInput><CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine></SynchronousCommand></FirstLogonCommands><AutoLogon><Password><Value>Pass-Word</Value><PlainText>true</PlainText></Password><Enabled>false</Enabled><Username>Lokal_Test12</Username></AutoLogon><UserAccounts><LocalAccounts><LocalAccount wcm:action="add"><Password><Value>Testpassword</Value><PlainText>true</PlainText></Password><Description>Lokaler Admin</Description><DisplayName>Lokal_Test12</DisplayName><Group>Administrators</Group><Name>Lokal_Test12</Name></LocalAccount></LocalAccounts></UserAccounts></component></settings><settings pass="offlineServicing"><component name="Microsoft-Windows-LUA-Settings" 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"><EnableLUA>true</EnableLUA></component></settings></unattend> Danke für eure Hilfe Grüße Solvin
SideEffect 0 Geschrieben 18. Januar 2016 Autor Melden Geschrieben 18. Januar 2016 Niemand eine Idee? Computer bzw. SID wurde aus der AD gelöscht, daran kann es schon mal nicht liegen.
SideEffect 0 Geschrieben 18. Januar 2016 Autor Melden Geschrieben 18. Januar 2016 (bearbeitet) Hab den Fehler gefunden. Musste ComputerName></ComputerName> und <ProductKey></ProductKey> aus der XML entfernen. Nur gibt es da ein neues kleines Problem: Ich möchte gerne immer nach dem Computernamen und dem Produktkey im Setup gefragt werden. Das macht er auch, aber der PC joint schon davor in die Domäne mit einem beliebigen Namen. Er soll aber mit dem Namen joinen, dem ich ihm im Setup vergebe. Hat jemand eine Idee? Edit: Hab folgendes gefunden und probier ich mal aus: https://support.microsoft.com/en-us/kb/944353 bearbeitet 18. Januar 2016 von Solvin
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren
Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde dich hier an.
Jetzt anmelden