{"id":15661038,"url":"https://github.com/rgl/uup-dump-get-windows-iso","last_synced_at":"2025-08-01T06:38:04.320Z","repository":{"id":53492915,"uuid":"490058600","full_name":"rgl/uup-dump-get-windows-iso","owner":"rgl","description":"Create an iso file with the latest Windows available from the Unified Update Platform (UUP)","archived":false,"fork":false,"pushed_at":"2024-04-17T08:15:19.000Z","size":44,"stargazers_count":49,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-05T21:16:55.354Z","etag":null,"topics":["iso","uup","uup-dump","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-08T21:26:35.000Z","updated_at":"2025-04-25T20:51:24.000Z","dependencies_parsed_at":"2024-02-21T20:30:28.782Z","dependency_job_id":"373d7ac1-28b6-4edd-a19c-a62a28316fe5","html_url":"https://github.com/rgl/uup-dump-get-windows-iso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fuup-dump-get-windows-iso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fuup-dump-get-windows-iso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fuup-dump-get-windows-iso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fuup-dump-get-windows-iso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgl","download_url":"https://codeload.github.com/rgl/uup-dump-get-windows-iso/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577027,"owners_count":21770721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iso","uup","uup-dump","windows"],"created_at":"2024-10-03T13:25:28.963Z","updated_at":"2025-05-05T21:17:00.152Z","avatar_url":"https://github.com/rgl.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis creates an iso file with the latest Windows available from the [Unified Update Platform (UUP)](https://docs.microsoft.com/en-us/windows/deployment/update/windows-update-overview).\n\nThis shrink wraps the [UUP dump](https://git.uupdump.net/uup-dump) project into a single command.\n\nThis must be executed in a Windows 2022 host.\n\nThis supports the following Windows Editions:\n\n* `windows-11`: Windows 11 22631 (aka 23H2) Enterprise\n* `windows-2022`: Windows Server 2022 20348 (aka 21H2) Standard\n\n**NB** The Windows Server 2019 iso source files are not available in the Unified Update Platform (UUP) and cannot be downloaded by UUP dump.\n\n## Usage\n\nGet the latest Windows Server 2022 iso:\n\n```bash\npowershell uup-dump-get-windows-iso.ps1 windows-2022\n```\n\nWhen everything works correctly, you'll have the iso in the `output` directory at, e.g., `output/windows-2022.iso`.\n\n## Vagrant Usage\n\nInstall the base [Windows 2022 box](https://github.com/rgl/windows-vagrant).\n\nCreate the Windows ISO files using a vagrant managed VM:\n\n```bash\n./build.sh create-vm\n./build.sh create-iso windows-2022\n./build.sh create-iso windows-11\n./build.sh destroy-vm\n```\n\nWhen everything works correctly, you'll have the following files in the `output`\ndirectory, e.g., for the `windows-2022` ISO:\n\n* `windows-2022.iso`: the ISO file.\n* `windows-2022.iso.json`: the ISO metadata.\n* `windows-2022.iso.sha256.txt`: the ISO file SHA256 checksum.\n* `windows-2022.iso.log`: the ISO creation log.\n\nThe ISO metadata is a JSON document alike:\n\n```json\n{\n    \"name\": \"windows-2022\",\n    \"title\": \"Feature update to Microsoft server operating system, version 21H2 (20348.2322)\",\n    \"build\": \"20348.2322\",\n    \"checksum\": \"468f8ecdf2272e71c4dc0094d6379b60e5321bef15a01333dbf9508ae4d53a68\",\n    \"images\": [\n        {\n            \"index\": 1,\n            \"name\": \"Windows Server 2022 Standard (Desktop Experience)\",\n            \"version\": \"10.0.20348.2322\"\n        }\n    ],\n    \"uupDump\": {\n        \"downloadPackageUrl\": \"https://uupdump.net/get.php?edition=ServerStandard\u0026pack=en-us\u0026id=854d29b2-edbc-4959-a3e2-8a61f0900a7c\",\n        \"id\": \"854d29b2-edbc-4959-a3e2-8a61f0900a7c\",\n        \"downloadUrl\": \"https://uupdump.net/download.php?edition=ServerStandard\u0026pack=en-us\u0026id=854d29b2-edbc-4959-a3e2-8a61f0900a7c\",\n        \"apiUrl\": \"https://api.uupdump.net/get.php?lang=en-us\u0026edition=ServerStandard\u0026id=854d29b2-edbc-4959-a3e2-8a61f0900a7c\"\n    }\n}\n```\n\n## Related Tools\n\n* [Rufus](https://github.com/pbatard/rufus)\n* [Fido](https://github.com/pbatard/Fido)\n* [windows-evaluation-isos-scraper](https://github.com/rgl/windows-evaluation-isos-scraper)\n\n## Reference\n\n* [UUP dump home](https://uupdump.net)\n* [UUP dump source code](https://git.uupdump.net/uup-dump)\n* [Unified Update Platform (UUP)](https://docs.microsoft.com/en-us/windows/deployment/update/windows-update-overview)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fuup-dump-get-windows-iso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgl%2Fuup-dump-get-windows-iso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fuup-dump-get-windows-iso/lists"}