Teil 10c: Task Sequence zum OSD Prod Share hinzufügen

In diesem Teil werde ich eine Task Sequence zum OSD Prod Share hinzufügen und konfigurieren, ähnlich Task Sequence zur Deployment Workbench hinzufügen und Task Sequence konfigurieren.

Task Sequence zum OSD Prod Share hinzufügen

  1. Als Administrator an MDT1 anmelden
  2. Deployment Workbench starten
  3. OSD Prod Share erweitern
  4. Folgende Task Sequence hinzufügen
    1. General Settings
      1. Task sequence ID: W10240X64-001
      2. Task sequence name: Windows 10 x64 Enterprise x64 Build 10240, Office 2013 Pro Plus
    2. Select Template
      1. Template: Standard Client Task Sequence
    3. Select OS
      1. CUSTOM – Windows 10 Enterprise x64 Build 10240
        TS_PROD-001
    4. OS Settings
      1. Full name: Einfaches Netzwerk
      2. Organization: Einfaches Netzwerk
      3. Internet Explorer Home Page: about:blank
    5. Admin Password
      1. Password: Password1
  5. Die Task Sequence in der Deployment Workbench
    TS_PROD-008

Task Sequence konfigurieren

  1. Task Sequence wie folgt konfigurieren
    1. Phase Preinstall
      1. Inject Drivers wie folgt anpassen
        1. Name: Inject HP EliteBook 840 G1 Drivers
        2. Selection Profile: Windows 10 x64 – HP EliteBook 840 G1
        3. Install all drivers from the selection profile
          TS_PROD-003
        4. Als Bedingung folgende WMI query hinzufügen
          SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "%EliteBook 840%"

          TS_PROD-004
          TS_PROD-005

      2. Apply Patches wie folgt anpassen
        1. Selection Profile: Windows 10 x64 – Packages
          TS_PROD-006
    2. Phase State Restore
      1. Windows Update (Pre-Application Installation) aktivieren
      2. Gleich danach die Gruppe Standard Software erstellen
      3. Folgende Applications zur Gruppe Standard Software hinzufügen
        1. Adobe AIR x86 x64
        2. Adobe Shockwave Player x86 x64
        3. Oracle Java RE 8 x86 x64
      4. Windows Update (Post-Application Installation) aktivieren
        TS_PROD-007
  2. Fenster mit OK schließen

Teil 8d: Task Sequence konfigurieren

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