Teil 8f: Windows PE konfigurieren und Monitoring aktivieren

Inhaltsverzeichnis

Windows PE konfigurieren und Monitoring aktivieren sind die letzten Schritte vor der Erstellung des Windows 10-Images.

Windows PE konfigurieren und Monitoring aktivieren

  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 Windows PE wechseln
  6. Platform x86, Reiter General
    1. Image description: OSDBuild Windows PE (x86)
    2. ISO file name: OSDBuildPE_x86.iso
    3. Extra directory to add: E:\ExtraDirectory (siehe Ordner erstellen und Berechtigungen vergeben und CMTrace 64bit vorbereiten)
      OSDBUILDPE-010
  7. Platform x64, Reiter General
    1. Image description: OSDBuild Windows PE (x64)
    2. ISO file name: OSDBuildPE_x64.iso
    3. Extra directory to add: E:\ExtraDirectory
      OSDBUILDPE-011
  8. Auf den Reiter Monitoring wechslen
  9. Enable monitoring for this deployment share aktivieren
    1. Monitoring host: MDT1
      OSDBUILDPE-003
  10. Fenster mit OK schießen

Deployment Share updaten

  1. OSD Build Share rechts anklicken > Update Deployment Share
  2. Update Deployment Share Wizard
    1. Options
      1. Optimize the boot image updating process > Next
        OSDBUILDPE-005
    2. Summary
      OSDBUILDPE-006
    3. Progress
      OSDBUILDPE-007
    4. Confirmation > Finish
      OSDBUILDPE-008
  3. Die Boot-Images im Datei-Explorer
    OSDBUILDPE-009
  4. Die Datei OSDBuildPE_x64.iso auf den Server HYPERV1 nach C:\Sourcen kopieren

Alle Vorbereitungen sind getroffen, ein gutes Windows 10-Image zu erstellen. Mehr im nächsten Teil.

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