djasupport
Goto Top

WDS Antwortdatei

Hallo Ihr lieben,
Ich befasse mich zurzeit mit dem WDS Server. Ich hab jetzt nur das Problem das ich keine vollautomatische Installation hin bekomme. Bis jetzt ist es mir gelungen, dass Windows Server2012 R" Datacenter die Partitionen von alleine anlegt und auch die Spracheinstellungen übernimmt. Dazu habe ich meine WdsClientUnattend.xml in den Eigenschaften des Servers den Startabbildern zugewiesen.

Jetzt wollte ich, dass nach dem Neustart die dinge wie Sprache, Benutzername, Zeit und die Windows Sicherheitsregelungen sich von alleine Einstellen. Dazu habe ich eine meine ImageUnattend.xml erstellt und sie meinem Abbild hinzugefügt. Das scheint meinen WDS Server jedoch nicht zu interessieren.
Die Installation läuft bis bei dem "Gebietsschema", "Tastatur oder Eingabemethode" und den rest muss ich wieder beantworten, obwohl ich es meiner Meinung nach gemacht habe.

<?xml version="1.0" encoding="utf-8"?>  
<unattend xmlns="urn:schemas-microsoft-com:unattend">  
    <settings pass="windowsPE">  
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
            <EnableFirewall>false</EnableFirewall>
            <EnableNetwork>false</EnableNetwork>
            <Restart>Restart</Restart>
            <DiskConfiguration>
                <Disk wcm:action="add">  
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">  
                            <Extend>false</Extend>
                            <Order>1</Order>
                            <Type>Primary</Type>
                            <Size>12000</Size>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">  
                            <Active>true</Active>
                            <Extend>false</Extend>
                            <Format>NTFS</Format>
                            <Letter>C</Letter>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
            </DiskConfiguration>
            <WindowsDeploymentServices>
                <Login>
                    <Credentials>
                        <Domain>deutschland.ag</Domain>
                        <Password>2016gmGeld</Password>
                        <Username>Administrator</Username>
                    </Credentials>
                </Login>
                <ImageSelection>
                    <InstallImage>
                        <Filename>Install-(4).wim</Filename>
                        <ImageGroup>Windows Server 2012</ImageGroup>
                        <ImageName>Windows Server 2012 R2 SERVERDATACENTER</ImageName>
                    </InstallImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                </ImageSelection>
            </WindowsDeploymentServices>
        </component>
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>de-DE</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UserLocale>de-DE</UserLocale>
        </component>
    </settings>
    <settings pass="specialize">  
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>de-DE</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UserLocale>de-DE</UserLocale>
        </component>
        <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" 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>deutschland.ag</Domain>
                    <Password>2016gmGeld</Password>
                    <Username>Administrator</Username>
                </Credentials>
                <Provisioning />
                <JoinDomain>deutschland.ag</JoinDomain>
            </Identification>
        </component>
        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
            <Accelerators />
            <FavoriteBarItems />
            <FavoritesList>
                <FavoriteItem wcm:action="add">  
                    <FavID>1</FavID>
                    <FavTitle>Suchmaschine</FavTitle>
                    <FavURL>www.google.de</FavURL>
                </FavoriteItem>
                <FavoriteItem wcm:action="add">  
                    <FavID>2</FavID>
                    <FavTitle>Microsoft</FavTitle>
                    <FavURL>www.microsoft.de</FavURL>
                </FavoriteItem>
            </FavoritesList>
            <InstalledBHOList />
            <InstalledBrowserExtensions />
            <InstalledToolbarsList />
            <PreApprovedAddons />
            <Home_Page>www.deutschland.ag</Home_Page>
        </component>
    </settings>
    <settings pass="oobeSystem">  
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>de-DE</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UserLocale>de-DE</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>false</SkipUserOOBE>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>MgAwADEANgBnAG0ARwBlAGwAZABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">  
                        <Password>
                            <Value>MgAwADEANgBnAG0ARwBlAGwAZABQAGEAcwBzAHcAbwByAGQA</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <DisplayName>Admin2</DisplayName>
                        <Group>Administrator</Group>
                        <Name>Admin2</Name>
                    </LocalAccount>
                </LocalAccounts>
                <DomainAccounts />
            </UserAccounts>
        </component>
    </settings>
    <settings pass="offlineServicing">  
        <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>
                <SupportPhone>123456</SupportPhone>
                <SupportURL>www.deutschland.ag</SupportURL>
            </OEMInformation>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:f:/sources/install.wim#Windows Server 2012 R2 SERVERDATACENTER" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>

Das ist die Aufgabe:

1. Erstellen Sie eine Antwortdatei zur unbeaufsichtigten Installation des Bereitstellungsdienste-
Clients nach folgenden Vorgaben:
Installiert werden soll der Windows Server 2012 in der Datacenter-Edition. Die Festplatte
dieses Servers ist 15 GB groß. Während des Installationsvorgangs soll eine
12 GB große primäre Partition erstellt werden. Die Partition soll gelöscht und mit
dem Dateisystem NTFS formatiert werden. Der Laufwerksbuchstabe C soll zugewiesen
werden und die Partition soll mit „W2k8-EE“ bezeichnet werden. Auf diese Partition
soll das Betriebssystem installiert werden. Der installierende Benutzer ist ein
Hilfs-Administrator der Domäne Deutschland.ag. Dieser Hilfs-Administrator hat
das Benutzerkonto Admin2.

Content-Key: 304714

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

Printed on: April 19, 2024 at 05:04 o'clock

Mitglied: 129413
129413 May 17, 2016 updated at 15:53:56 (UTC)
Goto Top
Bin jetzt nur mal drüber geflogen, aber

<SkipUserOOBE>false</SkipUserOOBE>

dürfte das Problem sein. Das sollte natürlich auch auf True stehen.

Gruß skybird
Member: ArnoNymous
ArnoNymous May 17, 2016 at 15:52:52 (UTC)
Goto Top
Zitat von @129413:

Bin jetzt nur mal drüber geflogen, aber

<SkipUserOOBE>false</SkipUserOOBE>

dürfte das Problem sein.

Gruß skybird

Und damit hast wohl recht.

@djasupport: SkipUserOOBE auf True setzen. Damit überspringt man eben diese Benutzereingaben.
Member: djasupport
djasupport May 18, 2016 updated at 08:28:26 (UTC)
Goto Top
Danke für eure schnellen Antwort.
Leider hat sich immer noch nichts geändert.
face-sad