Image-Factory

2.9

Automates the creation of WIM files for Windows deployment.

This script will:

Create disposable Hyper-V virtual machines to generate WIM files from Microsoft Deployment Toolkit task sequences.

The process is as follows:

Create a Hyper-V Virtual Machine.
Boot it from the MDT LiteTouch boot media.
Run the specified Task Sequence.
Capture the .wim file to MDT.
Destro
Automates the creation of WIM files for Windows deployment.

This script will:

Create disposable Hyper-V virtual machines to generate WIM files from Microsoft Deployment Toolkit task sequences.

The process is as follows:

Create a Hyper-V Virtual Machine.
Boot it from the MDT LiteTouch boot media.
Run the specified Task Sequence.
Capture the .wim file to MDT.
Destroy the Virtual Machine and VHD used.
Move on to the next specified task sequence.
Do the previous steps for all configured task sequences.
Import the .wim files into the deployment share of MDT.
Remove the captured .wim files from the capture folder.
Optionally create a log file and email it to an address of your choice.

Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.

The command is as follows:

$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt

Show more
The owner has unlisted this package. This could mean that the script is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Image-Factory -RequiredVersion 2.9

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(C) Mike Galvin. All rights reserved.

Package Details

Author(s)

  • Mike Galvin twitter.com/mikegalvin_

Tags

Microsoft Deployment Toolkit MDT Hyper-V Windows OSD

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
23.9.1 86 9/16/2023
23.4.28 66 4/28/2023
22.6.18 181 6/18/2022
22.6.17 14 6/17/2022
22.6.7 13 6/14/2022
21.12.8 91 12/8/2021
21.12.1 15 12/2/2021
21.11.16 17 11/23/2021
21.6.22 71 6/22/2021
Show less