Retrieving the version of windows from an ISO
Submitted by Dan White on April 14, 2015 - 7:16pm
Mount the iso and run the following command (which assumes the drive is mounted on E:) at the command line.
dism /Get-WimInfo /WimFile:E:\sources\install.wim /index:1
You will then get output which will tell you the type of Windows installation media you have including architechture.