How To – Start- und Installationsabbild importieren mit Powershell

Die Anleitung ist gültig für eine Installation auf einem Server:

  • Windows Server 2016 (Desktop Experience/Core)
  • Windows Server 2012 & 2012 R2 (Desktop Experience/Core)

Voraussetzungen / Prerequisites

  • Installierte Rolle Windows Bereitstellungsdienste / Windows Deployment Services
  • Windows Server / Windows 10 etc. Installationsmedium oder Installationsdateien. In diesem Fall Windows 10 Enterprise.
  • Windows Powershell mit administrativen Berechtigungen ( Als Administrator ausführen / Run as Administrator )

Übersicht

Folgende Konfigurationseinstellungen sollen konfiguriert werden:

  1. Startabbild importieren / Import Boot Image
  2. Installationsabbild importieren / Import Install Image

1. Startabbild importieren / Import Boot Image

Import-WdsBootImage -NewImageName "Windows 10 (1803) Boot" -NewDescription "Windows 10 (1803) Boot Image" -NewFileName "Win10Boot.wim" -Path "D:\ISO\Win10\sources\boot.wim"
Architecture            : X64
CreationTime            : 12.04.2018 17:44:33
DefaultLanguage         : de-DE
Description             : Windows 10 (1803) Boot Image
DisplayOrder            : 500000
Enabled                 : True
FileName                : Win10Boot.wim
Hal                     :
Id                      : {D55A8919-C1CE-4B80-BD6D-348D6258E243}
Index                   : 2
Languages               : {de-DE}
LastModificationTime    : 10.12.2018 13:39:17
Name                    : Windows 10 (1803) Boot
PriorityDefaulted       : True
ProductFamily           :
ProductName             : Microsoft® Windows® Operating System
ServicePackLevel        : 48
Size                    : 1751711325
SupportsDriverInjection : True
SystemRoot              : WINDOWS
Version                 : 10.0.17134
PSComputerName          :
ImageName               : Windows 10 (1803) Boot

2. Installationsabbild importieren / Import Install Image

2.1 Installationsgruppe anlegen / Create Install Image Group

New-WdsInstallImageGroup -Name "Windows 10"
Name           : Windows 10
ImageFormat    : Empty
Security       : O:BAG:DUD:(A;OICI;FA;;;SY)(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;AU)(A;OICI;FA;;;S-1-5-80-1688844526-3235337491-1375791646-891369040-3692469510)
PSComputerName :

2.2 Installationsabbild importieren / Import Install Image

Import-WdsInstallImage -Path "D:\ISO\Win10\sources\install.wim" -ImageGroup "Windows 10" -ImageName "Windows 10 Enterprise" -NewFileName "Win10_1803_Ent_InstallImage.wim"
Architecture            : X64
CreationTime            : 08.05.2018 09:12:34
DefaultLanguage         : de-DE
Description             : Windows 10 Enterprise
DisplayOrder            : 500000
Enabled                 : True
FileName                : Win10_1803_Ent_InstallImage.wim
Hal                     :
Id                      : {8678347B-0A93-4EF0-8FC8-BC4A5AE51C21}
Index                   : 1
Languages               : {de-DE}
LastModificationTime    : 10.12.2018 14:04:07
Name                    : Windows 10 Enterprise
PriorityDefaulted       : True
ProductFamily           : Terminal Server
ProductName             : Microsoft® Windows® Operating System
ServicePackLevel        : 48
Size                    : 15970662354
SupportsDriverInjection : False
SystemRoot              : WINDOWS
Version                 : 10.0.17134
Compression             : Lzx
DependentFiles          : {\\MeinServer.Domain.local\REMINST\Images\Windows 10\Win10_1803_Ent_InstallImage.wim, \\MeinServer.Domain.local\REMINST\Images\Windows 10\res.rwm}
Format                  : Wim
ImageGroup              : Windows 10
PartitionStyle          : Unknown
Security                : O:BAG:SYD:(A;;FA;;;SY)(A;;FA;;;BA)(A;;0x1200a9;;;AU)(A;;FA;;;S-1-5-80-1688844526-3235337491-1375791646-891369040-3692469510)
Staged                  : True
UnattendFilePresent     : False
PSComputerName          :
ImageName               : Windows 10 Enterprise