|
|
Browse by Tags
All Tags » PowerShell » foreach
-
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)
{ ...
|
|
|