ozzi789
Goto Top

WDS mit Windows7

Folgendes Szenario

Win2008 R2 Server mit WDS, dieser muss XP und Windows7 Images verteilen, der XP teil klappt schon, doch das unattended.xml für Win7 Image will nicht funktionieren.

Guten Tag

Win2008 R2 Server mit WDS, dieser muss XP und Windows7 Images verteilen, der XP teil klappt schon, doch das unattended.xml für Win7 Image will nicht funktionieren.

Unser Image ist direkt das install.wim von der DVD, noch kein capture! (enterprise)

Der WinPE teil (enthält paritionierung usw) machen wir schon mit dem /WdsClientUnattend/PE_unattended.xml file
Dies klappt auch schon, nur die Automatisierung des OOBE bereitet probleme.

Hier ein Tut an das wir uns gehalten haben
http://blogs.itacs.de/HS/Lists/Beitraege/Post.aspx?ID=46

Die Vorgehensweise für das Ganze von
Klick mich

Da noch unser unattended.xml das wir mit SIM erstellt haben
<?xml version="1.0" encoding="utf-8"?>  
<unattend xmlns="urn:schemas-microsoft-com:unattend">  
    <settings pass="generalize">  
        <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">  
            <OEMInformation>
                <HelpCustomized>false</HelpCustomized>
                <Manufacturer>....</Manufacturer>
                <Model>AUSLEIHE</Model>
                <SupportHours>5/8</SupportHours>
                <SupportPhone>XXXXX</SupportPhone>
                <SupportURL>XXXXX</SupportURL>
            </OEMInformation>
            <RegisteredOrganization>XXXXX</RegisteredOrganization>
            <RegisteredOwner>XXXX</RegisteredOwner>
            <StartPanelOff>false</StartPanelOff>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
        </component>
    </settings>
    <settings pass="specialize">  
        <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>0807:00000807</InputLocale>
            <SystemLocale>de-CH</SystemLocale>
            <UILanguage>de-CH</UILanguage>
            <UILanguageFallback>de-DE</UILanguageFallback>
            <UserLocale>de-CH</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">  
            <AutoLogon>
                <Enabled>false</Enabled>
            </AutoLogon>
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1600</HorizontalResolution>
                <VerticalResolution>1200</VerticalResolution>
                <RefreshRate>60</RefreshRate>
            </Display>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            <ComputerName>ID-AUSL-Invnr</ComputerName>
            <CopyProfile>false</CopyProfile>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <RegisteredOrganization>XXX</RegisteredOrganization>
            <RegisteredOwner>XXX</RegisteredOwner>
            <ShowWindowsLive>false</ShowWindowsLive>
            <StartPanelOff>false</StartPanelOff>
            <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>
                <JoinWorkgroup>WORKGROUP</JoinWorkgroup>
                <UnsecureJoin>true</UnsecureJoin>
            </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>0807:00000807</InputLocale>
            <SystemLocale>de-CH</SystemLocale>
            <UILanguage>de-CH</UILanguage>
            <UILanguageFallback>de-DE</UILanguageFallback>
            <UserLocale>de-CH</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">  
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>SQBEAC0AMQAyADMANAA1AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">  
                        <Password>
                            <Value>SQBEAC0AMQAyADMANAA1AFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Name>Install</Name>
                        <Group>Administrators</Group>
                        <DisplayName>Install</DisplayName>
                        <Description>Installaccount</Description>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/users/weber-adm/desktop/windows7/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>


Besten Dank, sind für jede Hilfe dankbar ^^

Content-Key: 130293

Url: https://administrator.de/contentid/130293

Printed on: April 25, 2024 at 18:04 o'clock

Member: ozzi789
ozzi789 Dec 14, 2009 at 14:51:48 (UTC)
Goto Top
Lag daran das wir im xml nen lokalen admin anstatt nen domainen admin verwendet haben -_-