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

Teil 8b: Betriebssystem zur Deployment Workbench hinzufügen

In diesem Teil werde ich ein Betriebssystem zur Deployment Workbench hinzufügen. Den Anfang mache ich mit Windows 10 Enterprise x64 Build 10240. Später werde ich noch auf Windows 8.1 Enterprise x64, Windows 7 Enterprise x64 mit SP1 und Windows Server 2012 R2 eingehen.

Betriebssystem zur Deployment Workbench hinzufügen

  1. Als Administrator an MDT1 anmelden
  2. Deployment Workbench starten
  3. OSD Build Share erweitern
  4. Operating Systems rechts anklicken > Import Operating System
    OS-001
  5. Import Operating System Wizard
    1. OS Type
      1. Full set of source files > Next
        OS-002
    2. Source
      1. Source directory: F: > NextOS-009
    3. Destination
      1. Destination directory: W10240X64 > Next
        OS-003
    4. Summary > Next
      OS-004
    5. Confirmation > Finish
  6. Im Detailbereich W10240X64 in Windows 10 Enterprise rechts anlicken > Rename
    OS-006
  7. Nach Windows 10 Enterprise x64 Build 10240 umbenennen
  8. Das Betriebssystem in der Deployment Workbench
    OS-007
  9. Das Betriebssystem im Datei-Explorer
    OS-008