Hi
I am trying to mount an ISO image because the old iso image utility that microsoft provided is not working well on my windows 7 machine and my company will not allow me to download any software for security reasons. So I was quite happy when I came across a post that said you could use the following powershell command.
powershell.exe "Mount-DiskImage -ImagePath <path>"
However, I get "The term 'mount-diskimage' is not recognized as the name of a cmdlet". I am running powershell v2.0. I have checked the syntax and spelling over and over.
What's the deal? I can't find this cmdlet in the v3.0 documentation.
Thanks
Dave