PowerTip: Use PowerShell to Mount ISO Image

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon