Image-Factory

20.3.20

This script will create disposable Hyper-V virtual machines to generate WIM files from Microsoft Deployment
Toolkit task sequences.

This script should be run on a device with the MDT and Hyper-V PowerShell management modules installed.

To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is uniq
This script will create disposable Hyper-V virtual machines to generate WIM files from Microsoft Deployment
Toolkit task sequences.

This script should be run on a device with the MDT and Hyper-V PowerShell management modules installed.

To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.

To create the password file run this command as the user and on the machine that will use the file:

$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 20.3.20

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 Contact: mike@gal.vin / twitter.com/mikegalvin_

Tags

Microsoft Deployment Toolkit MDT Hyper-V Windows OSD

Functions

Get-DateFormat Write-Log

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
23.9.1 72 9/16/2023
23.4.28 64 4/28/2023
22.6.18 179 6/18/2022
22.6.17 12 6/17/2022
22.6.7 11 6/14/2022
21.12.8 89 12/8/2021
21.12.1 13 12/2/2021
21.11.16 15 11/23/2021
21.6.22 69 6/22/2021
Show less