https://github.com/innovatodev/uupdumpdownloader
Script to download any version of Windows on https://uupdump.net/
https://github.com/innovatodev/uupdumpdownloader
powershell windows
Last synced: 10 months ago
JSON representation
Script to download any version of Windows on https://uupdump.net/
- Host: GitHub
- URL: https://github.com/innovatodev/uupdumpdownloader
- Owner: innovatodev
- License: mit
- Archived: true
- Created: 2023-05-27T04:22:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T06:54:58.000Z (about 3 years ago)
- Last Synced: 2025-02-25T20:16:34.687Z (over 1 year ago)
- Topics: powershell, windows
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/UUPDumpDownloader
- Size: 18.6 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UPPDumpDownloader
Script to download any version of Windows on https://uupdump.net/
## Install it
`Install-Module -Name UUPDumpDownloader`
Get-UUPDumpMedia needs administratives rights.
## Examples
Download latest retail Windows 10, all editions, english :
`Get-UUPDumpMedia -OS "10" -Editions "core", "professional", "enterprise" -Lang "en-us"`
Download latest retail Windows 11, professional, french :
`Get-UUPDumpMedia -OS "11" -Editions "professional" -Lang "fr-fr"`
Download latest retail Server 2022, standard, english :
`Get-UUPDumpMedia -OS "server" -Editions serverstandard -Lang "en-us"`
Download latest canary Windows 11, professional, french :
`Get-UUPDumpMedia -OS "canary" -Editions "professional" -Lang "fr-fr"`
Check latest Windows 11 retail build :
`Get-UUPDumpLatest -OS 11`
```markdown
Searching UUPDump for Windows 11
ID = 5aa4a1a2-8bd2-4b8b-b463-523d7c944ca3
Number = 22621.1778
Name Value
---- -----
Number 22621.1778
ID 5aa4a1a2-8bd2-4b8b-b463-523d7c944ca3
```