{"id":14064509,"url":"https://github.com/tabs-not-spaces/Hyper-ConvertImage","last_synced_at":"2025-07-29T18:32:48.286Z","repository":{"id":64385230,"uuid":"264600115","full_name":"tabs-not-spaces/Hyper-ConvertImage","owner":"tabs-not-spaces","description":"Microsoft hasn't published any approved PRs on their Convert-WindowsImage module in years. This is a more recent version.","archived":false,"fork":false,"pushed_at":"2020-06-30T00:54:54.000Z","size":98,"stargazers_count":34,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-26T10:32:28.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tabs-not-spaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-17T06:37:48.000Z","updated_at":"2024-10-25T17:13:27.000Z","dependencies_parsed_at":"2022-12-08T00:18:19.637Z","dependency_job_id":null,"html_url":"https://github.com/tabs-not-spaces/Hyper-ConvertImage","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/tabs-not-spaces%2FHyper-ConvertImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabs-not-spaces%2FHyper-ConvertImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabs-not-spaces%2FHyper-ConvertImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabs-not-spaces%2FHyper-ConvertImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabs-not-spaces","download_url":"https://codeload.github.com/tabs-not-spaces/Hyper-ConvertImage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040686,"owners_count":17860211,"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":[],"created_at":"2024-08-13T07:03:54.154Z","updated_at":"2024-12-04T03:30:57.812Z","avatar_url":"https://github.com/tabs-not-spaces.png","language":"PowerShell","readme":"# Hyper-ConvertImage\n\n![PowerShell Gallery](https://img.shields.io/powershellgallery/v/Hyper-ConvertImage.svg?style=flat\u0026logo=powershell\u0026label=PSGallery%20Version)\n![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/Hyper-ConvertImage.svg?style=flat\u0026logo=powershell\u0026label=PSGallery%20Downloads)\n\nMicrosoft hasn't published any approved PRs on their [Convert-WindowsImage](https://github.com/MicrosoftDocs/Virtualization-Documentation/tree/master/hyperv-tools/Convert-WindowsImage) module in years. This is a more recent version.\n\n## How to use\n\n### Install the module\n\n``` PowerShell\nInstall-Module Hyper-ConvertImage -Scope CurrentUser\n```\n\n### Standard Windows Image Conversion\n\n``` PowerShell\n$params = @{\n    SourcePath = \"C:\\Path\\To\\Source.iso\"\n    Edition    = 1\n    VhdType    = \"Dynamic\"\n    VhdFormat  = \"VHDX\"\n    VhdPath    = \"C:\\Path\\To\\output.vhdx\"\n    DiskLayout = \"UEFI\"\n    SizeBytes  = 127gb\n}\nConvert-WindowsImage @params\n```\n\n### Windows Image Conversion w/ Unattend File\n\n``` PowerShell\n$params = @{\n    SourcePath   = \"C:\\Path\\To\\Source.iso\"\n    Edition      = 1\n    VhdType      = \"Dynamic\"\n    VhdFormat    = \"VHDX\"\n    VhdPath      = \"C:\\Path\\To\\output.vhdx\"\n    DiskLayout   = \"UEFI\"\n    SizeBytes    = 127gb\n    UnattendPath = \"C:\\Path\\To\\Unattend.xml\"\n}\nConvert-WindowsImage @params\n```","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabs-not-spaces%2FHyper-ConvertImage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftabs-not-spaces%2FHyper-ConvertImage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabs-not-spaces%2FHyper-ConvertImage/lists"}