Powershell foreach array of strings

Powershell Foreach Loop Basics One of the common Loops types you will use in PowerShell à ì the type of Loop Foreach. A foreach cycle reads a set of objects (itera) and is completed when it ends with the last one. The collection of objects read is typically represented by an array or a hashtable. ................
................