Hi,
I am trying to mount an windows2012r2 ISO on Windows 10 Pro machine using a powershell command mount-Diskimage.
PS C:\WINDOWS\system32> Mount-DiskImage -ImagePath "C:\Temp\iso\SourceIso.iso" -StorageType ISO
Mount-DiskImage : Invalid property
At line:1 char:1
+ Mount-DiskImage -ImagePath "C:\Temp\iso\SourceIso.iso" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : MetadataError: (MSFT_DiskImage:ROOT/Microsoft/.../MSFT_DiskImage) [Mount-DiskImage], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041031,Mount-DiskImage
I have a window 10 version 1709 (OS Build 16299.547)