An open API service indexing awesome lists of open source software.

https://github.com/TheDotSource/New-ISOFile

Function to create ISO files.
https://github.com/TheDotSource/New-ISOFile

Last synced: 5 months ago
JSON representation

Function to create ISO files.

Awesome Lists containing this project

README

        

# New-ISOFile

Create an ISO file from a source folder.

Optionally speicify a boot image and media type.

Based on original function by Chris Wu.

https://gallery.technet.microsoft.com/scriptcenter/New-ISOFile-function-a8deeffd (link appears to be no longer valid.)

# Changes:
* Updated to work with PowerShell 7
* Added a bit more error handling and verbose output.
* Features removed to simplify code:
* Clipboard support.
* Pipeline input.