Teil 8e: CustomSettings.ini und Bootstrap.ini konfigurieren

Inhaltsverzeichnis

In diesem Teil werde ich die CustomSettings.ini und Bootstrap.ini konfigurieren. Eine aktuelle Dokumentation zu MDT 2013 Update 1 gibt es derzeit nicht.

Die CustomSettings.ini konfigurieren

  1. Als Administrator an MDT1 anmelden
  2. Deployment Workbench starten
  3. Deployment Shares erweitern
  4. OSD Build Share rechts anklicken > Properties
    CS_INI-001
  5. Auf den Reiter Rules wechseln
  6. Folgende CustomSettings.ini erstellen:
    <span style="font-family: Courier New;">[Settings]
    Priority=Default
    Properties=MyCustomProperty
    
    ;MDT Standard Regeln
    [Default]
    OSInstall=YES
    
    ;Deployment Wizard Pages
    ;Welcome
    SkipBDDWelcome=YES
    
    ;Task Sequence
    SkipTaskSequence=NO
    
    ;Computer Details
    SkipComputerName=YES
    
    SkipDomainMembership=YES
    JoinWorkgroup=WORKGROUP
    
    ;User Data, Move Data and Settings
    SkipUserData=YES
    UserDataLocation=NONE
    
    ;Computer Backup
    SkipComputerBackup=YES
    ComputerBackupLocation=NETWORK
    BackupShare=\\MDT1\OSDBuild$
    BackupDir=Captures
    BackupFile=W10240X64-001.wim
    
    ;Product Key
    SkipProductKey=YES
    
    ;Locale and Time
    SkipLocaleSelection=YES
    UserLocale=de-AT
    UILanguage=de-DE
    KeyboardLocale=de-DE
    KeyboardLocalePE=de-DE
    
    SkipTimeZone=YES
    TimeZoneName=W. Europe Standard Time
    
    ;Roles and Features
    SkipRoles=YES
    
    ;Applications
    SkipApplications=YES
    
    ;Administrator Password
    SkipAdminPassword=YES
    AdminPassword=Password1
    
    ;Local Administrators
    SkipAdminAccounts=YES
    
    ;Capture Image
    SkipCapture=YES
    DoCapture=YES
    
    ;Bitlocker
    SkipBitLocker=YES
    BDEInstallSuppress=YES
    DoNotCreateExtraPartition=YES
    
    ;Ready to begin
    SkipSummary=YES
    SkipFinalSummary=NO
    
    ;Updates
    WSUSServer=https://wsus.intern.einfaches-netzwerk.at:8531
    
    ApplyGPOPack=NO
    FinishAction=SHUTDOWN
    _SMSTSORGNAME=Einfaches-Netzwerk
    
    ;Logging
    SLShare=\\MDT1\Logs$</span>

Die Bootstrap.ini konfigurieren

  1. Auf Edit Bootstrap.ini klicken
    CS_INI-002
  2. Folgende Bootstrap.ini erstellen:
    <span style="font-family: Courier New;">[Settings]
    Priority=Default
    
    [Default]
    DeployRoot=\\MDT1\OSDBuild$
    
    UserDomain=intern.einfaches-netzwerk.at
    UserID=osd_build
    UserPassword=Password1
    
    KeyboardLocale=de-DE
    KeyboardLocalePE=de-DE
    
    SkipBDDWelcome=YES</span>
  3. Die Bootstrap.ini und CustomSettings.ini im Datei-Explorer
    CS_INI-003

Im nächsten Schritt werde ich Windows PE konfigurieren, danach kann ich das Windows 10-Image erstellen.

Weitere Informationen

Teil 8d: Task Sequence konfigurieren

Inhaltsverzeichnis

In diesem Teil werde ich die Task Sequence konfigurieren (siehe Task Sequence zur Deployment Workbench hinzufügen). Folgende Schritte werde ich dabei durchführen:

  • Eine Gruppe zur Task Sequence hinzufügen
  • Roles and features zu Windows 10 hinzufügen
  • Die Standard Software (siehe Anwendungen zur Deployment Workbench hinzufügen)zur Task Sequence hinzufügen
  • Den Computer während der Task Sequence neu starten
  • Bestehende Tasks bearbeiten (aktivieren)
  • Eine Befehlszeile ausführen

Die Task Sequence konfigurieren

  1. Task Sequence Build and capture Windows 10 Enterprise x64 Build 10240 rechts anklicken > Properties
    TASK_SEQUENCE-012
  2. Auf den Reiter Task Sequence wechseln
  3. Den Bereich State Restore erweitern
  4. Windows Update (Pre-Application Installation) markieren > Add > New Group
    TASK_SEQUENCE-025
  5. New Group
    1. Name: Standard Software > Apply
  6. Zum Aktualisieren der Ansicht auf einen anderen Schritt (z.B. Install Applications) klicken
  7. Standard Software markieren > Add > Roles > Install Roles and Features
    TASK_SEQUENCE-015
  8. Install Roles and Features
    1. Name: INSTALL – Microsoft .NET Framework 3.5.1
    2. Select the operating system for which roles are to be installed: Windows 10
    3. Select the roles and features that should be installed:
      1. .NET Framework 3.5
      2. Telnet Client > Apply
        TASK_SEQUENCE-016
  9. INSTALL – Microsoft .NET Framework 3.5.1 markieren > Add > General > Install Application
    TASK_SEQUENCE-017
  10. Install Application
    1. Name: INSTALL – Microsoft C++ 2005 SP1 x86 x64
    2. Install a single application
      1. Application to install: Browse… > Microsoft Visual C++ 2005 SP1 x86 x64 > OK > Apply
        TASK_SEQUENCE-026
  11. Folgende Applications hinzufügen:
    1. INSTALL – Microsoft Visual C++ 2005 SP1 x86 x64
    2. INSTALL – Microsoft Visual C++ 2008 SP1 x86 x64
    3. INSTALL – Microsoft Visual C++ 2010 SP1 x86 x64
    4. INSTALL – Microsoft Visual C++ 2012 x86 x64
    5. INSTALL – Microsoft Visual C++ 2013 x86 x64
    6. INSTALL – Microsoft Visual C++ 2015 x86 x64
    7. INSTALL – Microsoft RSAT for Windows 10 x64
  12. INSTALL – Microsoft RSAT for Windows 10 x64 markieren > Add > General > Restart computer > Apply
    TASK_SEQUENCE-018
  13. Nach Restart computer folgende Applications hinzufügen:
    1. INSTALL – Microsoft Silverlight 5.1 x64
    2. INSTALL – Microsoft Office 2013 Pro Plus x86
  14. Restart computer hinzufügen
    TASK_SEQUENCE-019
  15. Windows Update (Pre-Application Installation) markieren
  16. Auf den Reiter Options wechseln
  17. Häkchen bei Disable this step entfernen > Apply
    TASK_SEQUENCE-020
  18. Windows Update (Post-Application Installation) markieren
  19. Auf den Reiter Options wechseln
  20. Häkchen bei Disable this step entfernen > Apply
  21. Den Ordner Custom Tasks markieren > Add > General > Run Command Line
    TASK_SEQUENCE-021
  22. Run Command Line
    1. Name: CONFIG – Cleanup before Sysprep
    2. Command line:
      CMD.exe /C DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase

      TASK_SEQUENCE-022

  23. Apply

Hinweis: Das Bearbeiten der Antwortdatei Unattend.xml mit WSIM beschädigt das Deployment. Ich werde diesen Artikel updaten, wenn dieser Bug behoben wurde.

Weitere Informationen

Teil 8c: Task Sequence zur Deployment Workbench hinzufügen

In diesem Teil werde ich eine Task Sequence zur Deployment Workbench hinzufügen. In der Task Sequence sind die Einzelschritte enthalten, die während der Betriebssystemverteilung abgearbeitet werden.

Task Sequence zur Deployment Workbench hinzufügen

  1. Als Administrator an MDT1 anmelden
  2. Deployment Workbench starten
  3. OSD Build Share erweitern
  4. Task Sequences rechts anklicken > New Task Sequence
    TASK_SEQUENCE-001
  5. New Task Sequence Wizard
    1. General Settings
      1. Task sequence ID: W10240X64-001
      2. Task sequence name: Build and capture Windows 10 Enterprise x64 Build 10240
      3. Task sequence comments: HD, 07.09.2015 > Next
        TASK_SEQUENCE-002
    2. Select Template
      1. Standard Client Task Sequence > Next
        TASK_SEQUENCE-003
    3. Select OS
      1. Windows 10 Enterprise x64 Build 10240 > Next
        TASK_SEQUENCE-004
    4. Specify Product Key
      1. Do not specify a product key at this time > Next
        TASK_SEQUENCE-011
    5. OS Settings
      1. Full name: Einfaches Netzwerk
      2. Organization: Einfaches Netzwerk
      3. Internet Explorer Home Page: about:blank > Next
        TASK_SEQUENCE-006
    6. Admin Password
      1. Password: Password1 > Next
        TASK_SEQUENCE-007
    7. Summary > Next
      TASK_SEQUENCE-008
    8. Confirmation > Finish
  6. Die Task Sequence in der Deployment Workbench
    TASK_SEQUENCE-009
  7. Die Task Sequence im Datei-Explorer
    TASK_SEQUENCE-010