honeybee

Windows 7: Automatische Domänenanbindung mit Sysprep

Hallo,

ich versuche gerade, in VMware eine virtuelle Maschine (Betriebssystem: Windows 7) so vorzubereiten, dass die Domänenanbindung automatisch erfolgt. Es hatte schon mal funktioniert bzw. ich habe in der Antwortdatei nichts verändert.

Jetzt geht es nicht mehr. Ich vermute, dass es an der virtuellen Netzwerkkarte liegt. Habe folgendes probiert:
    • Bridged: Connected directly to the physical network
    • NAT: Used to share the host's IP address

Hier die Antwortdatei:
<?xml version="1.0" encoding="utf-8"?>  
<unattend xmlns="urn:schemas-microsoft-com:unattend">  
    <settings pass="generalize">  
        <component name="Microsoft-Windows-PnpSysprep" 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">  
            <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
        </component>
        <component name="Microsoft-Windows-Security-SPP" 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">  
            <SkipRearm>1</SkipRearm>
        </component>
    </settings>
    <settings pass="specialize">  
        <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">  
            <ComputerName>%Bitte Computernamen eingeben: %</ComputerName>
            <TimeZone>Central Europe Standard Time</TimeZone>
            <ProductKey></ProductKey>
            <RegisteredOrganization>Firma</RegisteredOrganization>
            <RegisteredOwner>Benutzer</RegisteredOwner>
        </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>firma.local</Domain>
                    <Password>password</Password>
                    <Username>Administrator</Username>
                </Credentials>
                <JoinDomain>firma.local</JoinDomain>
                <MachineObjectOU>OU=computer,DC=firma,DC=local</MachineObjectOU>
            </Identification>
        </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>
    </settings>
    <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 325553

Url: https://administrator.de/forum/windows-7-automatische-domaenenanbindung-mit-sysprep-325553.html

Ausgedruckt am: 31.05.2025 um 17:05 Uhr

honeybee
honeybee 31.01.2017 um 16:14:24 Uhr
Goto Top
Hat sich erledigt. Habe das Domänenproblem mit Sysprep mit einem Powershell-Skript gelöst. face-smile