November 4th, 2015

PowerTip: Use PowerShell to Mount ISO Image

Doctor Scripto
Scripter

Summary: Learn how to use Windows PowerShell to mount ISO images.

Hey, Scripting Guy! Question How can I use Windows PowerShell to mount an ISO image so I can see what it contains?

Hey, Scripting Guy! Answer Use the Mount-DiskImage cmdlet and specify a path to the ISO file, for example:

Mount-DiskImage -ImagePath C:\Data\en_office_professional_plus_2016_x86_x64_dvd.iso

Category
Scripting

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.

Feedback