We are using PowerShell, and I have an ISO image that I want to write to a USB device.
In Unix using "dd" is very easy, and I've tried with third-party windows "rawrite.exe" but with mixed results.
Is there a way to do so using PowerShell internals only? Any cmdlet extension to do so?