Introduction
ForEach-Object helps you do something to each item in a list one by one. It makes repeating tasks easy.
You want to print each name from a list of names.
You need to change all file names in a folder.
You want to check each number in a list and do math on it.
You want to send an email to every person in a contact list.