OSDeploy / OSDBuilder

PowerShell Module
http://osdbuilder.com
MIT License
193 stars 55 forks source link

Import-OSMedia don't recognize Windows 11 #81

Closed MaxPresi closed 2 years ago

MaxPresi commented 2 years ago

Hi!

When I run Import-OSMedia on the iso I downloaded directly from Microsoft's website it appears Windows 10. image

If I run "dism /Get-WimInfo" it shows me Windows 11 normally. image

Am I doing something wrong? How can I fix this?

OSDeploy commented 2 years ago

Is your Client running Windows 10 or Windows 11. If it's Windows 10, then it's reading the information with DISM that doesn't fully support Windows 11. Solution: Use Windows 11 on your Client to work with a Windows 11 image.

MaxPresi commented 2 years ago

It's Windows Server 2016. I will try run on Windows 11 tomorrow.