lflare / golden-image-finalizer

a magic powershell script for windows VDI sealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golden Image Finalizer

Shamelessly forked and modified on the original wonderful work by @jzavcer at his repository

Usage

Normal

./Golden-Image-Finalizer.ps1

Note that some parts of the process may require user input (e.g. the prompt for disk cleanup seems to require some form of user input).

Via iex

Set-ExecutionPolicy -Scope CurrentUser Unrestricted
iex (iwr 'https://github.com/lflare/golden-image-finalizer/raw/master/Golden-Image-Finalizer.ps1')

Note that execution policy has to allow for the execution of scripts or the above will fail.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

AGPLv3

About

a magic powershell script for windows VDI sealing

License:GNU Affero General Public License v3.0


Languages

Language:PowerShell 100.0%