December 1st, 2015

PowerTip: See All Images Contained in Windows Image File

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to identify all available images in a WIM file.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see what images are stored in a WIM file?

Hey, Scripting Guy! Answer Use the Get-WindowsImage cmdlet and target the WIM file, for example:

Get-WindowsImage –imagepath Install.wim

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.