loop through array with foreach-object powershell code example Example: foreach loop powershell foreach ($item in $items) { ## Do something to each item }