Mount ISO Powershell clear $ISO = “D:\DATA\ISOS\Windows10v1809.iso” if (Test-Path -Path $ISO -ErrorAction SilentlyContinue){ Write-Host “Das ISO wurde gefunden…” -ForegroundColor Green $Mounting = Mount-DiskImage -ImagePath $ISO
WeiterlesenMount ISO Powershell clear $ISO = “D:\DATA\ISOS\Windows10v1809.iso” if (Test-Path -Path $ISO -ErrorAction SilentlyContinue){ Write-Host “Das ISO wurde gefunden…” -ForegroundColor Green $Mounting = Mount-DiskImage -ImagePath $ISO
Weiterlesen