Changes

Jump to: navigation, search
Using the if Statement
== Using the if Statement ==
<google>ADSDAQBOX_FLOW</google>
The ''if'' statement is perhaps the most basic of flow control options available to the Windows PowerShell developer. Programmers who are familiar with C, C++, C#, Java will immediately be comfortable using Windows PowerShell ''if'' statements.
{
# ''PowerShell commands to be performed when expression evaluates to true here''
}

Navigation menu