Changes

Jump to: navigation, search
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Windows PowerShell 1.0 Flow Control with if, else and elseif|Previous]]<td align="center">[[Windows PowerShell 1.0 Essentials|Table of Contents]]<td width="20%" align="right">[[Windows PowerShell 1.0 Looping with do and while Statements|Next]]</td>
<tr>
<td width="20%">Windows PowerShell 1.0 Flow Control with if, else and elseif<td align="center"><td width="20%" align="right">Windows PowerShell 1.0 Looping with do and while Statements</td>
</table>
<hr>
 
 
<google>BUY_WPS</google>
 
 
In this chapter of [[Windows PowerShell 1.0 Essentials]] we will continue looking at flow control in Windows PowerShell scripts. In the preceding chapters we have looked in detail at using conditional statements to decide what code should be executed. Another aspect of flow control entails the definition of loops. Loops are essentially sequences of PowerShell statements which are to be executed repeatedly until a specified condition (or conditions) are met.

Navigation menu