Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 473 Bytes

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.