Difference between revisions of "Convert WindowsImage PS1 File"

Wiki.TerraBase.info
Jump to navigation Jump to search
(Created page with "<div class="mw-parser-output">Convert</div>")
 
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>

Revision as of 09:30, 25 January 2018

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.
.\Convert-WindowsImage.ps1