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