Convert WindowsImage PS1 File: Difference between revisions

Created page with "<div class="mw-parser-output">Convert</div>"
 
No edit summary
Line 1: Line 1:
<div class="mw-parser-output">Convert</div>
<div class="mw-parser-output">
== Convert-WindowsImage.ps1 ==
First, the disclaimer.  This article is not about a step by step of how to use this utility.  Rather it is about the problems I ran into using this utility.
 
== Problem #1; Won't Run ==
Basically I typed the name of the file to run Convert-WindowsImage.ps1 and got a warning and remember immediately that I should have pre-pended .\ to the beginning of it.<syntaxhighlight lang="batch">
.\Convert-WindowsImage.ps1
</syntaxhighlight>
</div>