March 17th, 2015

PowerTip: Use PowerShell to Mount ISO

Doctor Scripto
Scripter

Summary: Easily mount ISO files by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to mount ISO files in Windows 8?

Hey, Scripting Guy! Answer Use the Mount-Disk cmdlet and specify the exact path of the ISO file, for example:

Mount-DiskImage C:\Media\Filename.ISO

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.