https://github.com/cloudbase/adk-tools-maas
ADK tools for automated WinPE provisioning in MaaS
https://github.com/cloudbase/adk-tools-maas
Last synced: 5 months ago
JSON representation
ADK tools for automated WinPE provisioning in MaaS
- Host: GitHub
- URL: https://github.com/cloudbase/adk-tools-maas
- Owner: cloudbase
- Created: 2014-03-26T22:32:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T05:18:51.000Z (almost 11 years ago)
- Last Synced: 2024-08-14T07:07:17.106Z (8 months ago)
- Language: PowerShell
- Size: 289 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cloudbase/adk-tools-maas - ADK tools for automated WinPE provisioning in MaaS (PowerShell)
README
Generate PXE boot environment for Microsoft Windows and Hyper-V Servers.
========================================================================**This collection of scripts take source DVD or a mounted ISO image and generates the required WinPE files for PXE boot.**
The order in which the scripts must be executed and their corresponding optional parameters are:
**1. BuildWinPE.ps1**
- *WinPEFolder* _ -> specifies the location for building the WinPE image files (defaults to C:\winpe)
- *AdditionalDriversPath* -> specifies a location for adding additional drivers to the WinPE image (defaults to null)
- *UseLargeTFTPBlockSize* -> specifies that TFTP should use large blocks while transferring the image (defaults to TRUE)
- *ADKVersion* -> specifies the required Windows Assessment and Deployment Kit version (default version is 8.1)
- *ForceADKInstall* -> specifies wether the script should remove any other installed version of Windows Assessment and Deployment Kit**2. BuildInstallImage.ps1**
- *WinPEFolder* -> specifies the location for building the install image files (defaults to C:\winpe)
- *AdditionalDriversPath* -> specifies a location for adding additional drivers to the WinPE image (defaults to null)
- *InstallMediaPath* -> specifies the location of the source DVD or mounted ISO image (defaults to D:\)
- *ImageName* -> Specifies the name of the image to be generated. If ommited, all images available on the install media will be processed (defaults to NULL)**3. CopyImageToMaaS.ps1**
- *WinPEFolder* -> specifies the location of the source WinPE and install image files (defaults to C:\winpe)
- *TargetPath* -> specifies the destination network share for transferring the files (defaults to \\192.168.100.1\WinPE)
- *ImageName* -> Specifies the name of the image to be transferred. If ommited, all images available on the source WinPE folder will be processed (defaults to NULL)
- *Overwrite* -> boolean value specifying if an existing image should be overwriten or not (defaults to TRUE)