Summary: Use Windows PowerShell to identify all available images in a WIM file.
How can I use Windows PowerShell to see what images are stored in a WIM file?
Use the Get-WindowsImage cmdlet and target the WIM file, for example:
Get-WindowsImage –imagepath Install.wim