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.
- Host: GitHub
- URL: https://github.com/TheDotSource/New-ISOFile
- Owner: TheDotSource
- Created: 2021-03-10T20:31:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T21:30:28.000Z (about 1 year ago)
- Last Synced: 2024-05-23T00:34:49.075Z (11 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 34
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - TheDotSource/New-ISOFile - Function to create ISO files. (PowerShell)
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.