All Tags »
PowerShell »
enumerator »
foreach
Sorry, but there are no more tags available to filter with.
-
I got the following PowerShell question by mail :
Hello there, I am a System Engineer / System Admin who has been using Powershell to automate some tasks, and the one thing I can’t seem to find anywhere is documentation on how to go to the next item in a For loop. Here is an example:
Foreach
($line in $inFile)
{ ...