We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23e6f9 commit 31fc415Copy full SHA for 31fc415
functions/microwin/Invoke-MicrowinGetIso.ps1
@@ -169,7 +169,7 @@ function Invoke-MicrowinGetIso {
169
try {
170
Write-Host "Mounting Iso. Please wait."
171
$mountedISO = Mount-DiskImage -PassThru "$filePath"
172
- Write-Host "Done mounting Iso $mountedISO"
+ Write-Host "Done mounting Iso `"$($mountedISO.ImagePath)`""
173
$driveLetter = (Get-Volume -DiskImage $mountedISO).DriveLetter
174
Write-Host "Iso mounted to '$driveLetter'"
175
} catch {
0 commit comments