New-ISOFile
New-ISOFile copied to clipboard
Function to create ISO files.
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.